VGUI Helpers: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
mNo edit summary  | 
				Thunder4ik (talk | contribs)   | 
				||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{Multiple issues|  | |||
{{Dead end|date=January 2024}}  | |||
{{Orphan|date=January 2024}}  | |||
}}  | |||
'''File:''' <code>src\cl_dll\vgui_helpers.h</code>  | |||
These functions will crash with a null pointer as pPanel.  | These functions will crash with a null pointer as pPanel.  | ||
;int PanelTop( vgui<nowiki>::</nowiki>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<nowiki>::</nowiki>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<nowiki>::</nowiki>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<nowiki>::</nowiki>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<nowiki>::</nowiki>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<nowiki>::</nowiki>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|H]]  | |||
[[Category:Helpers]]  | |||
Latest revision as of 09:18, 21 January 2024
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)
	
	
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
January 2024
This article is an orphan, meaning that few or no articles link to it.
You can help by
 adding links to this article from other relevant articles.  
January 2024
You can help by
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.