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 04-26-2012, 09:42 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 vaultmp::Void OnCellChange(vaultmp::ID, vaultmp::Cell);
forward OnCellChange(ID, cell);

[top]Parameters

vaultmp::ID - the ID of the Object
vaultmp::Cell - the new cell of the Object

[top]Return value

None.

[top]Related pages