Background for Skyrim SE
Member of the PO3_SKSEFunctions script
PerkfunctionGetNthPerk(ActorBaseakBase, intaiIndex)NativeGlobal

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

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.