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

GetCell

Retrieves the current cell of an Object.

[top]Declaration

Code cpp:
VAULTSCRIPT vaultmp::Cell (*GetCell)(vaultmp::ID);
native GetCell(ID);

[top]Parameters

vaultmp::ID - the ID of the Object

[top]Return value

Returns a vaultmp::Cell containing the cell.

[top]Usage example (C++)

Code cpp:
vaultmp::Cell cell;
cell = GetCell(object);