Node: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
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 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.


*[[info_node]]  
*[[info_node]]  
*[[info_node_hint]]
*[[info_node_climb]]  
*[[info_node_climb]]  
*[[info_node_air]]  
*[[info_node_air]]  
*[[info_node_air_hint]]
*[[info_node_link]]
*[[info_node_link]]
*[[info_node_link_controller]]  
*[[info_node_link_controller]]  
*[[info hint]]
*[[info_node_hint]]
*[[info_node_air_hint]]
== See Also ==
* [[hint nodes]]
* [[Nodegraph]]


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

Revision as of 21:30, 26 February 2008

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.



See Also