Difference between revisions of "GetBaseActorValue"

From the Fallout3 GECK Wiki
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:
{{Incomplete}}
'''Syntax:'''
[''ActorID''.]GetBaseActorValue ''StatName''
[''ActorID''.]GetBaseAV ''StatName''
'''Example:'''
GetBaseActorValue Health


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetBaseActorValue GetBaseActorValue]
Returns the base value of the specified stat. To see the current, modified value, use [[GetActorValue]].
 
See [[Stats List]] for a list of stats that can be accessed using GetBaseActorValue.


===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