GetActorValue
From GECK
(Redirected from GetAV)
A function included in the GECK for Fallout 3.
Contents
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
(Stat:int) [Actor].GetActorValue actorValue:statName
Or:
(Stat:int) [Actor].GetAV actorValue:statName
Example
GetActorValue Strength
See Also
- Actor Value Codes
- GetActorValueInfo returns the modified value of the stat and how it was calculated in console.
- ForceActorValue
- GetBaseActorValue
- GetPermanentActorValue
- ModActorValue
- RestoreActorValue
- SetActorValue
- Stats List