- Found in:
- PO3's PE
Description
GitHub Wiki Description (PO3's PE)
- Get actorbase perk at nth index
Caveats
Parameters
ActorBaseakBase
intaiIndex
Examples
Auto-Generated Example
ActorBase myActorBase__akBase
int myInt__aiIndex
Perk returnedValue = PO3_SKSEFunctions.GetNthPerk(myActorBase__akBase, myInt__aiIndex)Additional References
View this function on the GitHub Wiki for powerofthree's Papyrus Extender
