This article's documentation is for anything that uses the Source engine. Click here for more information.

Aitesthull: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (Replacing {{point ent}} or {{base point}} with {{this is a}}. This operation was performed by a bot.)
 
Line 1: Line 1:
{{ent not in fgd|nolink=1}}
{{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).
{{this is a|point entity|name=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}}

Latest revision as of 22:01, 6 January 2024

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

aitesthull is a point entity available in all Source Source games. 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.