Info hint

From Valve Developer Community
Revision as of 19:42, 19 January 2009 by VDCBot (talk | contribs) (Robot: fixing template case.)
Jump to navigation Jump to search

Template:Wrongtitle Template:Base point

Entity description

An info_hint node.

info_hint is the only NPC AI node that is not connected to the NPC navigation nodegraph. Thus NPCs will not move to info_hints, making them unsuitable for navigation hint_types such as "Crouch Cover Low". Non-navigation hint_types, like "World: Visually Interesting", or "World: Window", are more suitable.

Keyvalues

Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.

Flags

Allow jump up : [65536]


Inputs

  • HintNode:
EnableHint
Enable hint.
DisableHint
Disable hint.

Outputs