Env hudhint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (doxygen)
m (→‎Inputs: ep1 add)
Line 17: Line 17:
*'''ShowHudHint'''
*'''ShowHudHint'''
:Shows the hint message.
:Shows the hint message.
*'''HideHudHint'''
: Hides the hint message.


==Outputs==
==Outputs==

Revision as of 15:23, 5 August 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.

Inputs

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

Outputs