Background for Skyrim SE
Member of the Actor script
voidfunctionDamageAV(stringasValueName, floatafDamage)

Description

Documentation Comment

Alias for DamageActorValue - damages the specified actor value


Caveats


Parameters

stringasValueName

floatafDamage


Examples

Auto-Generated Example

string myString__asValueName
float myFloat__afDamage

myActor__toCallFunctionOn.DamageAV(myString__asValueName, myFloat__afDamage)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.