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

OnCellChange

(Difference between revisions)
Return to current revision
  1.  
    Gets called when an [wiki]Object[/wiki] changed its [wiki]Cell[/wiki].
    [h="2"] Declaration [/h]
  2. -
    <code cpp>
    VAULTSCRIPT void OnCellChange(vaultmp::ID, vaultmp::Cell);
  3. +
    [highlight=cpp]
    VAULTSCRIPT vaultmp::Void OnCellChange(vaultmp::ID, vaultmp::Cell);
  4.  
    forward OnCellChange(ID, cell);
  5. -
    </code>
  6. +
    [/highlight]
  7.  
    [h="2"] Parameters [/h]
    [b][wiki="ID"]vaultmp::ID[/wiki][/b] - the ID of the [wiki]Object[/wiki]
    [b][wiki="Cell"]vaultmp::Cell[/wiki][/b] - the new cell of the [wiki]Object[/wiki]
    [h="2"] Return value [/h]
    None.
    [h="2"] Related pages [/h]
    [list][*][wiki]GetCell[/wiki]
    [/LIST]
    [category]VaultMP interface[/category]
    [category]Scripting callbacks[/category]