Revision Difference
Panel:SetZPos#517716
<function name="SetZPos" parent="Panel" type="classfunc">
<description>
Sets the panels z position which determines the rendering order.
Panels with lower z positions appear behind panels with higher z positions.
This also controls in which order panels docked with <page>Panel:Dock</page> appears.
</description>
<realm>Client</realm>
<args>
<arg name="zIndex" type="number">The z position of the panel.&amp;lt;br&amp;gt;
Can't be lower than -32768 or higher than 32767.</arg>⤶
<arg name="zIndex" type="number">The z position of the panel.&lt;br&gt;⤶
Can't be lower than -32768 or higher than 32767.</arg>⤶
</args>
</function>