Owns Data Member Function

Adds to the collection an owning pointer to specified <Node>. This can require up to a full allocation and deallocation cycle.

Prototype

int32 Owns( Node p_oNode )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeThe <Node> the collection should own.

Examples

Copy Text To Clipboard

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