This article's documentation is for Source 2. Click here for more information.

entityreport

From Valve Developer Community
Revision as of 03:40, 9 May 2025 by Nescius (talk | contribs)
Jump to navigation Jump to search
edit
Example from VConsole VConsole in Counter-Strike 2

entityreport is a console command available in all Source 2 Source 2 games. It dumps entities to console. Entities with indices 0-16383 are edicts and the rest are server-only entities (at leasts those are the limits in Counter-Strike 2)

The command also prints a clickable text next to it

  • Text - uses ent_text on the given entity
  • Goto - teleports the player to the given entity

See also