Background for Skyrim SE
Member of the LibFire script
intfunctionGetActorPerkRank(ActorakActor, PerkakPerk)NativeGlobal

Description

Documentation Comment

Returns the current rank of akPerk assigned to akActor - if perk not assigned, -1 is returned


Caveats


Parameters

ActorakActor

PerkakPerk


Examples

Auto-Generated Example

Actor myActor__akActor
Perk myPerk__akPerk

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