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

entityreport

From Valve Developer Community
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

cl_entityreport

cl_entityreport is a similar command which dumps client-side entities to console. Indices from 0-16383 are the client-side counterparts of the edict matching the index with their server-side part and the rest are client-only entities. Text may not always show a text overlay.


Note.pngNote:In Source Source this command exists in different form printing info about client-side entities on screen as overlay instead. See cl_entityreport.

See also