VGUI Helpers

From Valve Developer Community
Jump to: navigation, search
Wikipedia - Letter.png
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages)
Dead End - Icon.png
This article has no links to other VDC articles. Please help improve this article by adding links that are relevant to the context within the existing text.
January 2024

File: src\cl_dll\vgui_helpers.h

These functions will crash with a null pointer as pPanel.

int PanelTop( vgui::Panel *pPanel )
Returns the orientation of the top of pPanel.
int PanelLeft( vgui::Panel *pPanel )
Returns the orientation of the left of pPanel.
int PanelRight( vgui::Panel *pPanel )
Returns the orientation of the right of pPanel.
int PanelBottom( vgui::Panel *pPanel )
Returns the orientation of the bottom of pPanel.
int PanelWidth( vgui::Panel *pPanel )
Returns the orientation of the width of pPanel.
int PanelHeight( vgui::Panel *pPanel )
Returns the orientation of the height of pPanel.