GetActorValue

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

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

Syntax

[help]
(Stat:int) [Actor].GetActorValue actorValue:statName 

Or:

(Stat:int) [Actor].GetAV actorValue:statName

Example

GetActorValue Strength 

See Also