Background for Starfield
Member of the ObjectReference script
voidfunctionModValueTo(ActorValueakAV, floatafValue)

Description

Documentation Comment

KMK: convenience function to mod an actor value to a specified final value


Caveats


Parameters

ActorValueakAV

floatafValue


Examples

Auto-Generated Example

ActorValue myActorValue__akAV
float myFloat__afValue

myObjectReference__toCallFunctionOn.ModValueTo(myActorValue__akAV, myFloat__afValue)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.