Garry's Mod Wiki

Panel:MoveToAfter

  boolean Panel:MoveToAfter( Panel siblingPanel )

Description

Moves this panel object in front of the specified sibling (child of the same parent) in the render order, and shuffles up the Z-positions of siblings now behind.

Arguments

1 Panel siblingPanel
The panel to move this one in front of. Must be a child of the same parent panel.

Returns

1 boolean
false if the passed panel is not a sibling, otherwise nil.