SHIP:Sail:getChild

From Serious Documentation
Revision as of 16:23, 4 December 2012 by Admin (talk | contribs) (Created page with "Function Template: <code>node = getChild(parentNode, index);<code> === Parameters & Return Value === {| class="wikitable" style="margin: 1em auto 1em auto;" ! scope="co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Function Template:

node = getChild(parentNode, index);<code>

Parameters & Return Value

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