Background for Skyrim SE
Member of the Actor script
voidfunctionModAV(stringasValueName, floatafAmount)

Description

Documentation Comment

Alias for ModActorValue - modifies the specified actor value


Parameters

  1. stringasValueName

  2. floatafAmount


Examples

Auto-Generated Example

string myString__asValueName
float myFloat__afAmount

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