Moderator elections are being held. See Valve Developer Community:Moderator elections for more details.
Users who would like to run for moderator must be autoconfirmed and have at least 100 edits. Users can check their own edit count at Special:Preferences.

NPC Memory

From Valve Developer Community
Jump to: navigation, search

Stub

This article or section is a stub. You can help by adding to it.

The npc_enemies console command shows the memory of an NPC by drawing a color-coded X on top of each entity in the memory.

  • Blue : Eluded entities (don't know where it went)
  • Green : Unreachable entities (can't get to it)
  • Red : Current enemy
  • Magenta : Current target entity
  • Pink : All other entities drawn
  • Arguments : {npc_name} / {npc class_name} / no argument picks what player is looking at.