Ai disable: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Categorised)
m (Technical limitations)
Line 1: Line 1:
{{wrongtitle|title=ai_disable}}
The <code>ai_disable</code> console command is a debugging tool that allows you enable / disable the AI of all NPCs in the game. Disabled NPCs won't "think", but the rest of the game code continues to run.
The <code>ai_disable</code> console command is a debugging tool that allows you enable / disable the AI of all NPCs in the game. Disabled NPCs won't "think", but the rest of the game code continues to run.



Revision as of 10:08, 8 July 2005

Template:Wrongtitle

The ai_disable console command is a debugging tool that allows you enable / disable the AI of all NPCs in the game. Disabled NPCs won't "think", but the rest of the game code continues to run.


Usage

  • ai_disable
    • Toggles the enabled/disabled state of the AI.


See also

General AI

Navigation

Node debugging