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>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
(3 intermediate revisions by 3 users not shown)
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 10: Line 12:
[[GetActorValue]]<br>
[[GetActorValue]]<br>
[[GetActorValueInfo]]<br>
[[GetActorValueInfo]]<br>
[[GetPermanentActorValue]]<br>
[[ModActorValue]]<br>
[[ModActorValue]]<br>
[[RestoreActorValue]]<br>
[[RestoreActorValue]]<br>
Line 16: Line 19:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Actor Value Functions]]
[[Category:Actor Value Functions]]
[[Category:Actor Value Functions (GECK 1.1)]]
<!-- Begin Search Terms
get
base
actor
Value
End Search Terms -->

Latest revision as of 12:16, 15 August 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[edit | edit source]

Stats List
ForceActorValue
GetActorValue
GetActorValueInfo
GetPermanentActorValue
ModActorValue
RestoreActorValue
SetActorValue