Entityreport (Source 2): Difference between revisions
Jump to navigation
Jump to search
Note:In
Source this command exists in different form printing info about client-side entities on screen as overlay instead. See cl_entityreport.
(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...") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[File:Source2-entityreport.png|thumb|Example from {{vconsole|2}} in {{cs2}}]] | [[File:Source2-entityreport.png|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 | {{This is a|console command|name=entityreport|engine=Source 2}} It dumps entities to console. Entities with indices 0-16383 are [[edict]]s and the rest are server-only entities (at leasts those are the [[entity limit#Source_2_limits|limits]] in {{cs2}}) | ||
The command also prints a clickable text next to it | The command also prints a clickable text next to it | ||
* <u>Text</u> - uses ent_text on the given entity | * <u>Text</u> - uses ent_text on the given entity | ||
* <u>Goto</u> - teleports the player to the given entity | * <u>Goto</u> - teleports the player to the given entity | ||
== cl_entityreport == | |||
<kbd>cl_entityreport</kbd> 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. <u>Text</u> may not always show a text overlay. | |||
{{note|In {{source|2}} this command exists in different form printing info about client-side entities on screen as overlay instead. See {{cmd|cl_entityreport}}.}} | |||
== See also == | == See also == | ||
* [[VConsole]] | * [[VConsole]] |
Latest revision as of 03:57, 9 May 2025
entityreport
is a console command available in all 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
)
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.

