SetActorValue
From GECK
(Redirected from SetAV)
Link to TES4 Construction Set Wiki: SetActorValue.
A function included in the GECK for Fallout 3.
Contents
Description
SetActorValue sets the stat's base value to the new value.
See Stats List for a list of stats that can be accessed using SetActorValue.
See ActorValue to understand how Actor Values are calculated.
Syntax
Actor.SetActorValue StatName:actorValue Value:int
Or:
Actor.SetAV StatName:actorValue Value:int
Example
Player.SetActorValue Health 3 SetActorValue Strength 6
See Also
- UnsetAV to undo this function's effects.
- ForceActorValue
- GetActorValue
- GetActorValueInfo
- GetBaseActorValue
- GetPermanentActorValue
- ModActorValue
- RestoreActorValue
- Stats List