This article's documentation is for anything that uses the Source engine. Click here for more information.

Cl drawhud: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Nesciuse moved page Cl drawhud/en to Cl drawhud without leaving a redirect: Move en subpage to basepage)
 
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
[[Category:Console Commands]]
{{LanguageBar}}
Using the 'DrawHud' console command is very easy and is very useful for developers looking to take profressional images of their work in-game. '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).  'DrawHud' has two modes: '''on''' and '''off'''.  Make a note that the HUD is only viewable when 'DrawHud' is set to 0, and the player has the HEV suit equipped.
{{this is a|console variable|name=cl_drawhud}}
Using the '''cl_drawhud''' [[cvar]] 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.}}


 
==See also==
;To turn 'DrawHud' on,
* [[impulse#Other Commands|impulse 200]]
removing the HUD from the active view screen, bring down the console and type: "drawhud 1"
;To turn 'DrawHud' off,
redisplaying the HUD to the active view screen, bring down the console and type: "drawhud 0"
 
 
 
For other useful information on console variables, please head back to the [http://developer.valvesoftware.com/wiki/Category:Console_Commands Console Commmands Listing]

Latest revision as of 05:25, 12 July 2024

English (en)Русский (ru)Translate (Translate)

cl_drawhud is a console variable available in all Source Source games.

Using the cl_drawhud cvar 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