GetNodeByMaxChildCount Data Member Function

Iterates the source <NodeBuffer> and returns a pointer to the first <Node> whose child count is less than or equal to the specified value.

Prototype

Node GetNodeByMaxChildCount( int32 p_nCount )

Parameters

Parameter Type Parameter Name Documentation
int32p_nCountThe maximum number of children.

Examples

Copy Text To Clipboard

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