CS2 Console Commands

Below is CSDB's searchable list of all CS2 console commands. Each command in our database has in-depth insights on each command, with help and argument details. Click (Command Details) to view each specific command in more detail.

cl_ent_remove

CS2 Only

Command

cl_ent_remove

Removes the targeted entity in the game. Requires developer mode and cheat mode to be enabled.

Command Details

cl_ent_remove_all

CS2 Only

Command

cl_ent_remove_all

<Entity Type>

Removes all entities of a specific type from the game. Primarily used for debugging on the client side.

Command Details

cl_ent_scale

CS2 Only

Command

cl_ent_scale

<Scale>

Scales the size of in-game entities. Requires cheat mode enabled to use.

Command Details

cl_ent_scenehierarchy

CS2 Only

Command

cl_ent_scenehierarchy

Displays the entity scene node hierarchy for specified entities. Use this command to debug and inspect how entities are organized in the scene graph.

Command Details

cl_ent_script_dump

CS2 Only

Command

cl_ent_script_dump

Displays all variable names and their values from a specific entity's script scope in the console, helping you debug scripts.

Command Details

cl_ent_select

CS2 Only

Command

cl_ent_select

<Entity ID>

Select or deselect entities by their ID to enable debugging or development tasks.

Command Details

cl_ent_setang

CS2 Only

Command

cl_ent_setang

<Entity ID><Pitch><Yaw><Roll>

Sets the pitch, yaw, and roll angles of a specified in-game entity using its ID.

Command Details

cl_ent_setname

CS2 Only

Command

cl_ent_setname

<Entity ID><New Name>

Sets a new target name for a specified entity in the game. Useful for testing and development.

Command Details

cl_ent_setpos

CS2 Only

Command

cl_ent_setpos

<Entity ID><X><Y><Z>

Moves a specified entity instantly to the given X, Y, and Z coordinates in the game world.

Command Details

cl_ent_show_contexts

CS2 Only

Command

cl_ent_show_contexts

<0 / 1>

Turn on or off the display of entity contexts in the 'ent_text' overlay.

Command Details