Revision Difference
DTree_Node:GetChildNode#515247
<function name="GetChildNode" parent="DTree_Node" type="panelfunc">⤶
<ispanel>yes</ispanel>⤶
<description>⤶
Returns n-th child node.⤶
⤶
Basically an alias of <page>Panel:GetChild</page>.⤶
</description>⤶
<realm>Client</realm>⤶
<args>⤶
<arg name="num" type="number">The number of the child to get, starting with 0</arg>⤶
</args>⤶
<rets>⤶
<ret name="" type="Panel">The child panel, if valid ID is given</ret>⤶
</rets>⤶
</function>⤶
⤶