Background for Skyrim SE
Member of the PO3_SKSEFunctions script
intfunctionGetPerkCount(ActorBaseakBase)NativeGlobal

Description

GitHub Wiki Description (PO3's PE)

  • Get total actorbase perk count

Caveats


Parameters

ActorBaseakBase


Examples

Auto-Generated Example

ActorBase myActorBase__akBase

int returnedValue = PO3_SKSEFunctions.GetPerkCount(myActorBase__akBase)

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.