Difference between revisions of "SHIP:Sail:Node Functions"

From Serious Documentation
Jump to: navigation, search
Line 4: Line 4:
 
{{:SHIP:Sail:getChildIndex}}
 
{{:SHIP:Sail:getChildIndex}}
 
|+
 
|+
{{:SHIP:Sail:getNumChildren}}
+
{{:SHIP:Sail:getChildCount}}
 
|}</onlyinclude>
 
|}</onlyinclude>
 
== See Also: ==
 
== See Also: ==

Revision as of 05:10, 14 July 2014

Function Returns Introduced Description
getChild Node v4.0 Gets a child Node object from within an enclosing parent Node, by index.
getChildIndex Integer v4.0.211 Gets the index of a Node within its enclosing parent Node.
getChildCount String v4.0 Gets a count of the total number of child Nodes within an enclosing parent Node.

See Also: