RemoveFirst Data Member Function

Removes the first <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 RemoveFirst()

Examples

Copy Text To Clipboard

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