This site has been archived and made available for preservation purposes. No edits can be made.
OnCellChange
(Difference between revisions)
Return to 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.