RemoveObj Data Member Function

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

Prototype

Node RemoveObj( Node p_oNode )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeA pointer to the <Node> to remove from the collection.

Examples

Copy Text To Clipboard

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