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

OnCellChange

Gets called when an Object changed its Cell.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnCellChange(VAULTSPACE ID, VAULTSPACE CELL) VAULTCPP(noexcept);
Code c:
forward OnCellChange(ID, cell);

[top]Parameters

ID - the ID of the Object
CELL - the new cell of the Object

[top]Return value

None.

[top]Related pages