Remove Data Member Function

Removes the object from the array and returns a pointer to the object. Does not destroy the object and the object's memory is not released.

Prototype

Type Remove( int32 p_oObject )

Parameters

Parameter Type Parameter Name Documentation
int32p_oObjectA pointer to the object to remove from the array.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.