Revision Difference
Panel:SetZPos#550931
<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>⤶
<realm>Client and Menu</realm>⤶
<args>
<arg name="zIndex" type="number">The z position of the panel. <br/>
Can't be lower than -32768 or higher than 32767.</arg>
</args>
</function>