Node: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (minoro)
m (added language bar.)
Line 1: Line 1:
'''Node entities''' are a type of point-based entities that when linked together create a network called [[nodegraph]]. A nodegraph clues the NPCs with contextual information on their surroundings, making them more responsive than their natural behavior permits.
[[Category:AI]]{{lang|Node}}[[Category:Glossary]]
'''Node entities''' are a type of point-based entities that when linked together create a network called [[nodegraph]]. A nodegraph clues the [[NPC]]s (''not'' [[NextBot]]s) with contextual information on their surroundings, making them more responsive than their default behavior permits.


* [[info_node]]
* {{ent|info_node}}
* [[info_node_air]]
* {{ent|info_node_air}}
* [[info_node_link]]
* {{ent|info_node_link}}
* [[info_node_link_controller]]
* {{ent|info_node_link_controller}}


* [[info_node_hint]]
* {{ent|info_node_hint}}
* [[info_node_air_hint]]
* {{ent|info_node_air_hint}}
* [[info_node_climb]]
* {{ent|info_node_climb}}


== See also ==
== See Also ==
* [[hint nodes]]
* [[Hint nodes]]
* [[info_hint]]
* {{ent|info_hint}}
* [[Nodegraph]]
* [[Nodegraph]]
 
* [[Nav Mesh]]
[[Category:AI]]
[[Category:Glossary]]

Revision as of 07:45, 16 May 2022

English (en)Español (es)Translate (Translate)

Node entities are a type of point-based entities that when linked together create a network called nodegraph. A nodegraph clues the NPCs (not NextBots) with contextual information on their surroundings, making them more responsive than their default behavior permits.

See Also