Node: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (minoro)
Line 1: Line 1:
'''Node entities''' are created like point entities, and will together create a network called the [[Nodegraph]] that will aid the NPCs to gain knowledge about their surroundings, making them smarter than their basic programming.
'''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.


*[[info_node]]  
* [[info_node]]  
*[[info_node_air]]  
* [[info_node_air]]  
*[[info_node_link]]
* [[info_node_link]]
*[[info_node_link_controller]]  
* [[info_node_link_controller]]  


*[[info_node_hint]]  
* [[info_node_hint]]  
*[[info_node_air_hint]]  
* [[info_node_air_hint]]  
*[[info_node_climb]]  
* [[info_node_climb]]  


== See Also ==
== See also ==
* [[hint nodes]]
* [[hint nodes]]
* [[info_hint]]
* [[info_hint]]
* [[Nodegraph]]
* [[Nodegraph]]


[[Category:AI]][[Category:Glossary]]
[[Category:AI]]
[[Category:Glossary]]

Revision as of 01:00, 16 April 2008

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.

See also