Node: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (→‎See also: clean up, replaced: See Also → See also)
 
Line 11: Line 11:
* {{ent|info_node_climb}}
* {{ent|info_node_climb}}


== See Also ==
== See also ==
* [[Hint nodes]]
* [[Hint nodes]]
* {{ent|info_hint}}
* {{ent|info_hint}}

Latest revision as of 02:35, 6 January 2024

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