GetChildIndex Data Member Function

Returns the index of a <Node> in its parent's child list.

Prototype

int32 GetChildIndex( Node p_oNodeToGetIndexOf )

Parameters

Parameter Type Parameter Name Documentation
<Node>p_oNodeToGetIndexOfThe <Node> to get the child index of.

Examples

Copy Text To Clipboard

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