Env hudhint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Keyvalues: Provided link to the contents of the valve_english.txt file.)
Line 11: Line 11:
*{{kv Targetname}}
*{{kv Targetname}}
*'''message'''
*'''message'''
:<string> This should be set to match the desired HUD hint entry in the <code>hl2\resource\valve_english.txt</code>.
:<string> This should be set to match the desired HUD hint entry in the <code>hl2\resource\[[valve_english.txt]]</code> file packed within the <code>Steam/SteamApps/source engine.gcf</code> file.


==Inputs==
==Inputs==

Revision as of 15:51, 3 September 2006

Template:Wrongtitle

Entity Description

An entity to control the display of HUD hints. HUD hints are used to show the player what key is bound to a particular command.

Availability

Template:In game Template:Game-base Template:In code

Keyvalues

<string> This should be set to match the desired HUD hint entry in the hl2\resource\valve_english.txt file packed within the Steam/SteamApps/source engine.gcf file.

Inputs

  • ShowHudHint
Shows the hint message.
Hides the hint message.

Outputs