This site has been archived and made available for preservation purposes. No edits can be made.

OnActorValueChange

Gets called when an Actor's value has changed.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnActorValueChange(VAULTSPACE ID, VAULTSPACE ActorValue, VAULTSPACE Value) VAULTCPP(noexcept);
Code c:
forward OnActorValueChange(ID, ActorValue:index, Float:value);

[top]Parameters

ID - the ID of the Actor
ActorValue - the Actor value
Value - the new value

[top]Return value

None.

[top]Related pages