Difference between revisions of "GetBaseActorValue"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki)) |
imported>PoHa! |
||
Line 1: | Line 1: | ||
'''Syntax:''' | |||
[''ActorID''.]GetBaseActorValue ''StatName'' | |||
[''ActorID''.]GetBaseAV ''StatName'' | |||
'''Example:''' | |||
GetBaseActorValue Health | |||
Returns the base value of the specified stat. To see the current, modified value, use [[GetActorValue]]. | |||
===See Also=== | ===See Also=== | ||
Line 17: | Line 19: | ||
[[Category:Functions]] | [[Category:Functions]] | ||
[[Category:Actor Value Functions]] | [[Category:Actor Value Functions]] | ||
<!-- Begin Search Terms | |||
get | |||
base | |||
actor | |||
Value | |||
End Search Terms --> |
Revision as of 14:09, 9 April 2009
Syntax:
[ActorID.]GetBaseActorValue StatName [ActorID.]GetBaseAV StatName
Example:
GetBaseActorValue Health
Returns the base value of the specified stat. To see the current, modified value, use GetActorValue.
See Also
Stats List
ForceActorValue
GetActorValue
GetActorValueInfo
ModActorValue
RestoreActorValue
SetActorValue