Difference between revisions of "ActorValueInfo Script"
Jump to navigation
Jump to search
→SKSE Member Functions: Added GetPerks
imported>Terra Nova2 (→SKSE Member Functions: added GetCurrentValue, GetBaseValue, GetMaximumValue) |
imported>TidalWraith (→SKSE Member Functions: Added GetPerks) |
||
Line 79: | Line 79: | ||
'''[[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 ''akActor'' has the perk and ''allRanks'' returning all ranks of the perk, ''unowned'' also applies to this. | *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. | ||
'''Perk[] [[GetPerks - ActorValueInfo|GetPerks]](Actor ''akActor'', Bool ''unowned'', Bool ''allRanks'')''' | |||
*Same functionality as [[GetPerkTree -ActorValueInfo|GetPerkTree]] but instead returns a Perk array. | |||
'''Float [[GetCurrentValue]](Actor ''akActor'')''' | '''Float [[GetCurrentValue]](Actor ''akActor'')''' |