Difference between revisions of "ActorValueInfo Script"
Jump to navigation
Jump to search
m
→SKSE Member Functions: Fixed Description GetPerkTree
imported>CraftySentinel m (→SKSE Global Functions: Grammar) |
imported>CraftySentinel m (→SKSE Member Functions: Fixed Description GetPerkTree) |
||
Line 78: | Line 78: | ||
'''[[GetPerkTree - ActorValueInfo|GetPerkTree]](FormList ''list'', Actor ''akActor'', Bool ''unowned'', Bool ''allRanks'')''' | '''[[GetPerkTree - ActorValueInfo|GetPerkTree]](FormList ''list'', Actor ''akActor'', Bool ''unowned'', Bool ''allRanks'')''' | ||
*Returns perks from the skill into the specified FormList, ''akActor'', ''unowned'' and ''allRanks'' are used for filtering, with ''unowned'' being whether | *Returns perks from the skill into the specified FormList, ''akActor'', ''unowned'' and ''allRanks'' are used for filtering, with ''unowned'' being whether ''akActor'' has the perk and ''allRanks'' returning all ranks of the perk, ''unowned'' also applies to this. |