Background for Skyrim SE
Member of the ActorValueInfo script
Perk[]functionGetPerks(ActorakActor=NONE, boolunowned=true, boolallRanks=false)Native

Description

Documentation Comment

Same as GetPerkTree except returns into a new array


Caveats


Parameters

ActorakActor=NONE

boolunowned=true

boolallRanks=false


Examples

Auto-Generated Example

Actor myActor__akActor
bool myBool__unowned
bool myBool__allRanks

Perk[] returnedValue = myActorValueInfo__toCallFunctionOn.GetPerks(myActor__akActor, myBool__unowned, myBool__allRanks)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.