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

OnActorBaseValueChange

This is an old revision of this page, as edited 08-06-2012, 04:18 PM by foxtacles (contribs). It may differ significantly from the current revision.
Gets called when an Actor's base value has changed.

[top]Declaration

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

[top]Parameters

ID - the ID of the Actor
Index - the index of the Actor value
Value - the new base value

[top]Return value

None.

[top]Related pages