Cl drawhud: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Typo.)
(Incorrect title due to technical limitations.)
Line 1: Line 1:
[[Category:Console Variables]]
{{wrongtitle|title=cl_drawhud}}
 
Using the '''cl_drawhud''' [[ConVar]] is very easy and is very useful for developers looking to take professional images of their work in-game. Disabling cl_drawhud will remove the health, armor, and ammo indicators from your screen so you only have the weapon remaining (which can also be removed).  {{note|The HUD is only visible when cl_drawhud is set to 1 and the player has the HEV suit equipped.}}
Using the '''cl_drawhud''' [[ConVar]] is very easy and is very useful for developers looking to take professional images of their work in-game. Disabling cl_drawhud will remove the health, armor, and ammo indicators from your screen so you only have the weapon remaining (which can also be removed).  {{note|The HUD is only visible when cl_drawhud is set to 1 and the player has the HEV suit equipped.}}


==See Also==
==See Also==
* [[impulse#Other Commands|impulse 200]]
* [[impulse#Other Commands|impulse 200]]
[[Category:Console Variables]]

Revision as of 18:04, 27 August 2006

Template:Wrongtitle

Using the cl_drawhud ConVar is very easy and is very useful for developers looking to take professional images of their work in-game. Disabling cl_drawhud will remove the health, armor, and ammo indicators from your screen so you only have the weapon remaining (which can also be removed).

Note.pngNote:The HUD is only visible when cl_drawhud is set to 1 and the player has the HEV suit equipped.

See Also