- Found in:
- SKSE
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
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)