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

entityreport

From Valve Developer Community
Revision as of 03:38, 9 May 2025 by Nescius (talk | contribs) (Created page with "{{TabsBar|main=Report entities}} thumb|Example from {{vconsole|2}} in {{cs2}} {{This is a|console command|name=entityreport|engine=Source 2}} 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 {{cs2}}) The command also prints a clickable text next to it * <u>Text</u> - uses ent_text on the given entity * <u>Goto</u> - teleports the player to t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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