Remove Data Member Function

Removes the object from the <List>, but does not destroy it. The object's memory is not released.

Prototype

int32 Remove( Type p_oObject )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectThe object to remove from the <List>.

Examples

Copy Text To Clipboard

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