GetActorValue

From the CreationKit Wiki
Jump to navigation Jump to search

Syntax:

[ActorID.]GetActorValue StatName 
[ActorID.]GetAV StatName

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 Stats List for a list of stats that can be accessed using GetBaseActorValue.

For Fallout 4, "GetValue" replaces this condition.

Notes[edit | edit source]

  • As of 1.5 update, the actor value Health no longer works with this condition function.

See Also[edit | edit source]

Stats List
ForceActorValue
GetBaseActorValue
ModActorValue
RestoreActorValue
SetActorValue
GetPermanentActorValue

Papyrus Version[edit | edit source]

Actor.GetAV (Papyrus)