NPC Memory

From Valve Developer Community

This article is a stub. You can help by adding to it (http://developer.valvesoftware.com/w/index.php?title=NPC_Memory&action=edit).

The npc_enemies console command shows the memory of an NPC by drawing a colour-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.