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 09-28-2011, 07:08 PM by . It may differ significantly from the current revision.
Gets called when an [[Object]] changed its [[Cell]].

== Declaration ==
<code cpp>
VAULTSCRIPT void OnCellChange(vaultmp::ID, vaultmp::Cell);
forward OnCellChange(ID, cell);
</code>
== Parameters ==

'''[[ID|vaultmp::ID]]''' - the ID of the [[Object]]

'''[[Cell|vaultmp::Cell]]''' - the new cell of the [[Object]]

== Return value ==

None.