- Found in:
- Vanilla
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
Examples
Auto-Generated Example
ObjectReference myObjectReference__akObjRef
ActorValue myActorValue__akActorValue
float myFloat__afCompareValue
myScriptObject__toCallFunctionOn.RegisterForActorValueLessThanEvent(myObjectReference__akObjRef, myActorValue__akActorValue, myFloat__afCompareValue)