Aitesthull: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{ent not in fgd}} {{base point|aitesthull}} It is used only for testing if an ai node's position is valid. {{code class|CAI_TestHull|ai_initutils.cpp}}")
 
(description)
Line 1: Line 1:
{{ent not in fgd}}
{{lang|Aitesthull}}
{{base point|aitesthull}} It is used only for testing if an ai [[node]]'s position is valid.
{{ent not in fgd|nolink=1}}
{{base point|aitesthull}} It is an "NPC" that verifies ai [[node]]s are accessible by walking between node connections. This entity serves no use to mappers (other than assisting nodegraph building).


{{code class|CAI_TestHull|ai_initutils.cpp}}
{{code class|CAI_TestHull|ai_initutils.cpp}}

Revision as of 20:50, 16 September 2018

English (en)Translate (Translate)
Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.

Template:Base point It is an "NPC" that verifies ai nodes are accessible by walking between node connections. This entity serves no use to mappers (other than assisting nodegraph building).

C++ In code, it is represented by theCAI_TestHullclass, defined in theai_initutils.cppfile.