Cl drawhud: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (removed that which doesn't apply)
No edit summary
Line 1: Line 1:
{{wrongtitle|title=cl_drawhud}}
{{otherlang2
 
| ru = Cl_drawhud:ru}}{{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.}}
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.}}



Revision as of 06:15, 27 December 2009

Template:Otherlang2Template: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.

See Also