VGUI Helpers: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 1: Line 1:
These functions will crash with a null pointer as pPanel.
These functions will crash with a null pointer as pPanel.
;int PanelTop(vgui::Panel *pPanel):Returns the orientation of the top of pPanel.
;int PanelTop( vgui<nowiki>::</nowiki>Panel *pPanel ):Returns the orientation of the top of pPanel.
;int PanelLeft(vgui::Panel *pPanel):Returns the orientation of the left of pPanel.
;int PanelLeft(vgui<nowiki>::</nowiki>Panel *pPanel):Returns the orientation of the left of pPanel.
;int PanelRight(vgui::Panel *pPanel):Returns the orientation of the right of pPanel.
;int PanelRight(vgui<nowiki>::</nowiki>Panel *pPanel):Returns the orientation of the right of pPanel.
;int PanelBottom(vgui::Panel *pPanel):Returns the orientation of the bottom of pPanel.
;int PanelBottom(vgui<nowiki>::</nowiki>Panel *pPanel):Returns the orientation of the bottom of pPanel.
;int PanelWidth(vgui::Panel *pPanel):Returns the orientation of the width of pPanel.
;int PanelWidth(vgui<nowiki>::</nowiki>Panel *pPanel):Returns the orientation of the width of pPanel.
;int PanelHeight(vgui::Panel *pPanel):Returns the orientation of the height of pPanel.
;int PanelHeight(vgui<nowiki>::</nowiki>Panel *pPanel):Returns the orientation of the height of pPanel.
[[Category:VGUI]] [[Category:Helpers]]
[[Category:VGUI]] [[Category:Helpers]]

Revision as of 22:54, 14 January 2006

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.