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

From Serious Documentation
Jump to: navigation, search
Line 8: Line 8:
 
== See Also: ==
 
== See Also: ==
 
*[[SHIP:Sail|SHIP Sail Home]]
 
*[[SHIP:Sail|SHIP Sail Home]]
*[[SHIP:Sail:Functions|SHIP Sail Function Home]]
+
*[[SHIP:Sail:Functions|Sail Function Home]]
*[[SHIP:Sail:Numeric Functions|SHIP Sail Numeric Functions]]
+
*[[SHIP:Sail:Numeric Functions|Sail Numeric Functions]]
 
*[[SHIP:Sail:String Functions|Sail String Functions]]
 
*[[SHIP:Sail:String Functions|Sail String Functions]]
 +
*[[SHIP:Sail:Canvas Functions|Sail Canvas Functions]]

Revision as of 15:03, 25 July 2016

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: