Background for Skyrim SE
Member of the LibFire script
intfunctionActorFindAnyPerk(ActorakActor, Perk[]argPerks)NativeGlobal

Description

Documentation Comment

Returns the index of the first perk in argPerks assigned to akActor - if not found, -1 is returned


Caveats


Parameters

ActorakActor

Perk[]argPerks


Examples

Auto-Generated Example

Actor myActor__akActor
Perk[] myPerkArray__argPerks

int returnedValue = LibFire.ActorFindAnyPerk(myActor__akActor, myPerkArray__argPerks)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.