Difference between revisions of "GetActorValue"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Doppelganger
(added forceactorvalue to the list of see-alsos.)
imported>JOG
m
Line 19: Line 19:
[[ForceActorValue]]  
[[ForceActorValue]]  


 
[[Category:Actor_Value_Functions]]
[[Category: Functions]]
[[Category: Functions]]
[[Category: Statistics Functions]]
[[Category: Statistics Functions]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]

Revision as of 10:49, 14 June 2006

Syntax:

GetActorValue stat_name 
GetAV stat_name 

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

Stats List

GetBaseActorValue

ModActorValue

SetActorValue

ForceActorValue