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

OnCellChange

This is an old revision of this page, as edited 08-06-2012, 04:13 PM by foxtacles (contribs). It may differ significantly from the current revision.
Gets called when an Object changed its Cell.

[top]Declaration

Code cpp:
VAULTSCRIPT VAULTSPACE Void OnCellChange(VAULTSPACE ID, VAULTSPACE Cell) _CPP(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