Background for Skyrim SE
Member of the ActorValueInfo script
voidfunctionGetPerkTree(FormListlist, ActorakActor=NONE, boolunowned=true, boolallRanks=false)Native

Description

Documentation Comment

Returns perks from the skill into the FormList
Actor filter applies to unowned and allRanks
unowned will add perks that the actor does not own, or only perks the actor owns
allRanks will add all ranks of each perk to the list, unowned/owned filter also applies


Caveats


Parameters

FormListlist

ActorakActor=NONE

boolunowned=true

boolallRanks=false


Examples

Auto-Generated Example

FormList myFormList__list
Actor myActor__akActor
bool myBool__unowned
bool myBool__allRanks

myActorValueInfo__toCallFunctionOn.GetPerkTree(myFormList__list, myActor__akActor, myBool__unowned, myBool__allRanks)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.