Difference between revisions of "SHIP:Sail:getChild"

From Serious Documentation
Jump to: navigation, search
(Parameters & Return Value)
Line 1: Line 1:
Function Template:
+
[[SHIP:Sail]] Reference
 +
 
 +
== Sail Function getChild ==
  
 
<code>node = getChild(parentNode, index);</code>
 
<code>node = getChild(parentNode, index);</code>

Revision as of 16:41, 4 December 2012

SHIP:Sail Reference

Sail Function getChild

node = getChild(parentNode, index);

Parameters/Return Value

Parameter Data Type Description
parentNode Node The node to look in for children
index Integer The index of the child desired in the parent
Return Node nth node within the parentNode's children