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

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

Latest revision as of 13:07, 18 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: