Background for Starfield
Member of the ScriptObject script
voidfunctionRegisterForActorValueLessThanEvent(ObjectReferenceakObjRef, ActorValueakActorValue, floatafCompareValue)Native

Description

Documentation Comment

Registers to receive an event when an actor value is changed for a specified actor and actor value to a value that is less than the given value
This must be re-registered for everytime it is received if the script wants to keep receiving the event


Caveats


Parameters

ObjectReferenceakObjRef

ActorValueakActorValue

floatafCompareValue


Examples

Auto-Generated Example

ObjectReference myObjectReference__akObjRef
ActorValue myActorValue__akActorValue
float myFloat__afCompareValue

myScriptObject__toCallFunctionOn.RegisterForActorValueLessThanEvent(myObjectReference__akObjRef, myActorValue__akActorValue, myFloat__afCompareValue)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.