RemoveObj Data Member Function

Removes the specified object from the collection, replaces its index with a nullptr, changes ownership status to non-owning, and returns a pointer to the object.

Prototype

Type RemoveObj( Type p_oObject )

Parameters

Parameter Type Parameter Name Documentation
<Type>p_oObjectA pointer to the object to remove from the collection.

Examples

Copy Text To Clipboard

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