G.GetHUDPanel
From GMod Wiki
Revision as of 21:41, 2 November 2009 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
GetHUDPanel( ) Where is this used? |
Description: | |
Returns the HudGMOD panel. | |
Returns: | Panel |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.GetHUDPanel]G.GetHUDPanel [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- The exact purpose of the HudGMOD Panel is a mystery to me, but one possibility may be that it calls HUDPaint and HUDPaintBackground hooks whenever it needs to draw.