Node: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (→‎See also: clean up, replaced: See Also → See also)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''Node entities''' are created like point entities, and will together create a network that will aid the NPCs to gain knowledge about their surroundings, making them smarter than their basic programming.
[[Category:AI]]{{lang|Node}}
[[Category:AI]][[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.
 
* {{ent|info_node}}
* {{ent|info_node_air}}
* {{ent|info_node_link}}
* {{ent|info_node_link_controller}}
 
* {{ent|info_node_hint}}
* {{ent|info_node_air_hint}}
* {{ent|info_node_climb}}
 
== See also ==
* [[Hint nodes]]
* {{ent|info_hint}}
* [[Nodegraph]]
* [[Nav Mesh]]
* [[:Category:Node entities]]

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