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

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

Revision as of 12:39, 11 October 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.
set v5.1.0 Set a property value of a Node and its peers

See Also: