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

Description

Documentation Comment

Unregister for the actor value greater than event for the specified actor, actor value and comparison value.


Caveats


Parameters

ObjectReferenceakObjRef

ActorValueakActorValue

floatafCompareValue


Examples

Auto-Generated Example

ObjectReference myObjectReference__akObjRef
ActorValue myActorValue__akActorValue
float myFloat__afCompareValue

myScriptObject__toCallFunctionOn.UnregisterForActorValueGreaterThanEvent(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.