VGUI Helpers: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
TomEdwards (talk | contribs) mNo edit summary  | 
				CnavaRvard (talk | contribs)   (laeltlicar)  | 
				||
| Line 1: | Line 1: | ||
acelno  | |||
'''File:''' <code>src\cl_dll\vgui_helpers.h</code>  | '''File:''' <code>src\cl_dll\vgui_helpers.h</code>  | ||
Revision as of 17:57, 7 January 2009
acelno
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.