Difference between revisions of "GetBaseActorValue"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
m
imported>Khadir
Line 1: Line 1:
{{ActorFunction}}
'''Syntax:'''
'''Syntax:'''
  GetBaseActorValue ''stat_name''  
  [''ActorID''.]GetBaseActorValue ''StatName''  
  GetBaseAV ''stat_name''
  [''ActorID''.]GetBaseAV ''StatName''
'''Example:'''
'''Example:'''
  GetBaseActorValue Health
  GetBaseActorValue Health
Line 8: Line 9:


==See Also==  
==See Also==  
[[Stats List]]  
* [[Stats List]]  
 
* [[GetActorValue]]
[[GetActorValue]]


[[Category: Actor Value Functions]]
[[Category: Actor Value Functions]]

Revision as of 05:36, 28 June 2006

Template:ActorFunction 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