Returns a pointer to the first child whose name matches the string submitted to this function. Returns nullptr if no match exist.
Node GetChild( string p_sChildName )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sChildName | The name of the child <Node> to get. |
None published. Please look for an example in the Simdify Scripting Language code base.