Info hint: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(added "Allow Jump Up" flag - might be EP2 update?)
Line 4: Line 4:
[[Image:info_hint.jpg|thumb|An ''info_hint'' node.]]
[[Image:info_hint.jpg|thumb|An ''info_hint'' node.]]


A [[Hint nodes|hint]] that does not add to the [[nodegraph]]. Hint types that are moved to when used are incompatible with it, but other hint types that do not involve navigation, like "World: Visually Interesting", are more suitable.
[[info_hint]] is the only [[Hint nodes|NPC AI node]] that is not connected to the NPC navigation [[nodegraph]]. Thus NPCs will not move to [[info_hint]]s, making them unsuitable for navigation [[hint_type]]s such as "Crouch Cover Low". Non-navigation hint_types, like "World: Visually Interesting", or "World: Window", are more suitable.


== Keyvalues ==
== Keyvalues ==

Revision as of 10:02, 8 April 2008

Template:Wrongtitle

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

Flags

Allow jump up : [65536]


Inputs

Outputs

See also