GetBaseActorValue
From GECK
(Redirected from GetBaseAV)
A function included in the GECK for Fallout 3.
Contents
Description
Returns the base value of the specified stat for the calling actor.
Syntax
(ActorValue:float) [actor:ref].GetBaseActorValue ActorValue:string
Or:
(ActorValue:float) [actor:ref].GetBaseAV ActorValue:string
Example
GetBaseActorValue Health
See Also
- To see the current, modified value, use GetActorValue.
- To see the base value + permanent Effect modifiers, use GetPermanentActorValue.
- GetBaseActorValueAlt
- ForceActorValue
- GetActorValueInfo
- ModActorValue
- RestoreActorValue
- SetActorValue
- Stats List