Cl drawhud: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Console Variables]]
[[Category:Console Variables]]
Using the '''cl_drawhud''' [[ConVar]] is very easy and is very useful for developers looking to take profressional images of their work in-game. cl_drawhud will remove the health, armour and ammo indicators from your active view screen so you only have the weapon and crosshairs remaining (both of 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 profressional 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.}}


;To turn cl_drawhud on,
==See Also==
removing the HUD from the active view screen, bring down the console and type: "cl_drawhud 1"
* [[impulse#Other Commands|impulse 200]]
;To turn cl_drawhud off,
redisplaying the HUD to the active view screen, bring down the console and type: "cl_drawhud 0"

Revision as of 16:10, 27 August 2006

Using the cl_drawhud ConVar is very easy and is very useful for developers looking to take profressional 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