GetActorValueDamage
From GECK
A function added by the ShowOff NVSE Plugin version 1.25.
Contents
Description
Returns the amount of damage the calling actor's Actor Value has endured. This is returned as a positive value, though it is applied as a negative modifier in-game.
This function can be used either in a script, or as a Condition.
Syntax
(damage:float) ActorRef.GetActorValueDamage actorValue:statName
Or:
(damage:float) ActorRef.GetAVDamage actorValue:statName
Example
player.GetActorValueDamage Health
Returns the amount of Health damage the player has endured.
See Also
- Actor Value Codes
- DamageActorValue
- GetActorValueInfo also shows the AV damage.
- Stats List