GmodGeneralConsole reference
VGUI
Source engine GUI system settings.
VGUI
Source engine GUI system settings.
This is a reference of all vgui_* console commands. Use find vgui in the console to search within this category.
All Commands (16)
| Command | Default | Description |
|---|---|---|
vgui_drawfocus | 0 | Report which panel is under the mouse. |
vgui_drawtree | 0 | Draws the vgui panel hiearchy to the specified depth level. |
vgui_drawtree_bounds | 0 | Show panel bounds. |
vgui_drawtree_clear | cmd | - |
vgui_drawtree_draw_selected | 0 | Highlight the selected panel |
vgui_drawtree_freeze | 0 | Set to 1 to stop updating the vgui_drawtree view. |
vgui_drawtree_hidden | 0 | Draw the hidden panels. |
vgui_drawtree_panelalpha | 0 | Show the panel alpha values in the vgui_drawtree view. |
vgui_drawtree_popupsonly | 0 | Draws the vgui popup list in hierarchy(1) or most recently used(2) order. |
vgui_drawtree_render_order | 0 | List the vgui_drawtree panels in render order. |
vgui_drawtree_visible | 1 | Draw the visible panels. |
vgui_luapaint | 1 | - |
vgui_message_dialog_modal | 1 | - |
vgui_spew_fonts | cmd | - |
vgui_togglepanel | cmd | show/hide vgui panel by name. |
vgui_visualizelayout | 0 | Draw red rectangles over panels that have their InvalidateLayout hooks called. Useful for determe... |