Info node air hint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Spam revert)
(added missing hintnode templates)
Line 2: Line 2:


==Entity Description==
==Entity Description==
A navigation 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 nodes 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.
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 nodes 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.  
Identical to [[info_node_hint]] but used for airborne NPCs.  
Line 11: Line 11:
* {{kv angles}}
* {{kv angles}}
* {{kv node}}
* {{kv node}}
* {{kv hintnode}}
*
* '''nodeheight'''
* '''nodeheight'''
: <integer> Node Height - Unknown and possibly obsolete.
: <integer> Node Height - Unknown and possibly obsolete.
== Flags ==
* {{fl hintnode}}


==Inputs==
==Inputs==


* {{i targetname}}
* {{i targetname}}
* {{i hintnode}}


==Outputs==
==Outputs==

Revision as of 18:19, 2 March 2008

Template:Wrongtitle

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 nodes 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

<integer> Node Height - Unknown and possibly obsolete.

Flags

Allow jump up : [65536]


Inputs

Outputs

See Also

info_hint