Difference between revisions of "GetBaseActorValue"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Khadir
imported>JOG
Line 1: Line 1:
{{ActorFunction}}
'''Syntax:'''
'''Syntax:'''
  [''ActorID''.]GetBaseActorValue ''StatName''  
  [''ActorID''.]GetBaseActorValue ''StatName''  
Line 16: Line 15:
[[Category: Statistics Functions]]
[[Category: Statistics Functions]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]
[[Category:Actor Functions]]

Revision as of 10:26, 28 June 2006

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