DeleteChild Data Member Function

Deletes a child <Node> from a <Group>. Clears any dependencies on the <Node> and then frees the memory allocated for the <Node>.

Prototype

int32 DeleteChild( Node p_oNodeToDelete )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeToDeleteThe <Node> to delete.

Examples

Copy Text To Clipboard

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