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

OnActorBaseValueChange

Gets called when an Actor's base value has changed.

[top]Declaration

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

[top]Parameters

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

[top]Return value

None.

[top]Related pages