InsertChild Data Member Function

Inserts a <Node> into a <Group> at the specified child index.

Prototype

int32 InsertChild( Node p_oNodeToInsert, int32 p_nChildIndex )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeToInsertThe <Node> to insert into the <Group>.
int32p_nChildIndexThe index of the <Node> in the <Group> node object's child list.

Examples

Copy Text To Clipboard

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