SWEP.DrawHUD
From GMod Wiki
Revision as of 05:59, 23 October 2009 by Crazy Quebecer  (Talk | contribs)
				
			| Event Hook | |
| Hook Name | DrawHUD | 
| Syntax | SWEP:DrawHUD( ) | 
| Description | This hook is called every frame. | 
| Returns | Nil | 
| Lua State | |
| BBCode | [b][url=wiki.garrysmod.com/?title=SWEP.DrawHUD]SWEP.DrawHUD [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] | 
Examples
Additional Notes
- Do not confuse this for a think function, this should strictly be used for drawing.
 - Careful what you put here, it's run every frame, a lot of code may cause lag.
 - This is only run when the swep is active, it will not run when the swep is holstered.