Difference between revisions of "GetBaseActorValue"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
 
imported>Mmmpld
m (Added shorthand esyntax)
Line 1: Line 1:
'''Syntax:'''
'''Syntax:'''
  GetBaseActorValue ''stat_name''  
  GetBaseActorValue ''stat_name''  
GetBaseAV ''stat_name''
'''Example:'''
'''Example:'''
  GetBaseActorValue Health
  GetBaseActorValue Health

Revision as of 10:04, 6 April 2006

Syntax:

GetBaseActorValue stat_name 
GetBaseAV stat_name

Example:

GetBaseActorValue Health

Returns the base value of the specified stat. To see the current, modified value, use GetActorValue.

See Also

Stats List

GetActorValue