- Found in:
- LibFire
- LibTurtleClub
Description
Documentation Comment
Returns the index of the first perk in argPerks assigned to akActor - if not found, -1 is returned
Caveats
Parameters
Examples
Auto-Generated Example
Actor myActor__akActor
Perk[] myPerkArray__argPerks
int returnedValue = LibFire.ActorFindAnyPerk(myActor__akActor, myPerkArray__argPerks)