Info node air hint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
m (Robot: fixing template case.)
Line 12: Line 12:


* {{kv targetname}}
* {{kv targetname}}
* {{kv angles}}
* {{KV Angles}}
* {{kv node}}
* {{kv node}}
* {{kv hintnode}}
* {{kv hintnode}}

Revision as of 19:41, 19 January 2009

Template:Wrongtitle Template:Base point

Entity Description

A nodegraph and hint node for Flying NPCs that includes some context information for NPCs that are interested in it. The hint might indicate a window that could be looked into, or an item of interest that could be commented on. Many hint types are NPC-specific, so it's helpful to use naming conventions like 'Crow: Fly to point' in the hint choices list. The angles of a hint node indicate what direction the NPC should face to perform the hint behavior.

Identical to info_node_hint but used for airborne NPCs.

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.
<integer> Node Height - Unknown and possibly obsolete.

Flags

Allow jump up : [65536]


Inputs

  • HintNode:
EnableHint
Enable hint.
DisableHint
Disable hint.

Outputs