Revision Difference
Panel:IsOurChild#550810
<function name="IsOurChild" parent="Panel" type="classfunc">
<description>Returns whether the panel contains the given panel, recursively.</description>
<realm>Client</realm>⤶
<realm>Client and Menu</realm>⤶
<args>
<arg name="childPanel" type="Panel"></arg>
</args>
<rets>
<ret name="" type="boolean">True if the panel contains childPanel.</ret>
</rets>
</function>