Difference between revisions of "GetActorValue"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
m
imported>Khadir
(Documenting actor functions ...)
Line 1: Line 1:
{{ActorFunction}}
'''Syntax:'''
'''Syntax:'''
  GetActorValue ''stat_name''  
  [''ActorID''.]GetActorValue ''StatName''  
  GetAV ''stat_name''  
  [''ActorID''.]GetAV ''StatName''
 
'''Example:'''
'''Example:'''
  GetActorValue Strength  
  GetActorValue Strength  
Line 9: Line 10:


==See Also==  
==See Also==  
[[Stats List]]  
* [[Stats List]]  
 
* [[GetBaseActorValue]]
[[GetBaseActorValue]]
* [[ModActorValue]]
 
* [[SetActorValue]]
[[ModActorValue]]
* [[ForceActorValue]]  
 
[[SetActorValue]]
 
[[ForceActorValue]]  


[[Category:Actor_Value_Functions]]
[[Category:Actor_Value_Functions]]

Revision as of 05:30, 28 June 2006

Template:ActorFunction Syntax:

[ActorID.]GetActorValue StatName 
[ActorID.]GetAV StatName

Example:

GetActorValue Strength 

Returns the current, modified value of the specified stat. GetActorValue can use any stat available to the player or actor (NPCs and creatures).

See Also