m fix headings |
m add links to types |
||
Line 19: | Line 19: | ||
=== Instance === | === Instance === | ||
The slot you want to find the child of. | The [[Type:Slot | slot]] you want to find the child of. | ||
=== ChildIndex === | === ChildIndex === | ||
The index of the children you want. | The index of the children you want as an [[Type:Int | int]]. | ||
Starts at 0. | Starts at 0. | ||
Line 31: | Line 31: | ||
=== * === | === * === | ||
The slot found by the node from the index. If no slot is found, it will return null. | The [[Type:Slot | slot]] found by the node from the index. If no slot is found, it will return null. | ||
== Examples == | == Examples == |