Iterates the source <NodeBuffer> and returns a pointer to the first <Node> whose child count is less than or equal to the specified value.
Node GetNodeByMaxChildCount( int32 p_nCount )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_nCount | The maximum number of children. |
None published. Please look for an example in the Simdify Scripting Language code base.