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

Info target instructor hint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
(6 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{base point|info_target_instructor_hint|since=Left 4 Dead 2}}
{{LanguageBar}}
 
{{CD|CInfoInstructorHintTarget|file1=1}}
{{clr}}
{{This is a|point entity|name=info_target_instructor_hint|since=Left 4 Dead 2}} A generic target that gets replicated to the client to their HUD for hint targeting.
 
==Entity description==
A generic target that gets replicated to the client to their HUD for hint targeting.


==Keyvalues==
==Keyvalues==
{{KV Targetname}}
{{KV Targetname}}
{{KV Parentname}}
==Inputs==
{{I Targetname}}
{{I Parentname}}
==Outputs==
{{O Targetname}}


==See also==
==See also==
* [[env_instructor_hint]]
* {{ent|env_instructor_hint}}

Latest revision as of 13:44, 31 March 2025

English (en)中文 (zh)Translate (Translate)
C++ Class hierarchy
CInfoInstructorHintTarget
CPointEntity
CBaseEntity
C++ env_instructor_hint.cpp

info_target_instructor_hint is a point entity available in all Source Source games since Left 4 Dead 2 Left 4 Dead 2. A generic target that gets replicated to the client to their HUD for hint targeting.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

See also