Garry's Mod Wiki

Revision Difference

Panel:SetZPos#524832

<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;⤶ <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>