CS2 cl_ent_find Command

CS2 Command CS2 logo
cl_ent_find <Substring>

This command is used to find and list all entities within the game that have classnames or targetnames containing a specified substring. It is particularly useful for developers or players interested in debugging or learning more about the game's underlying mechanics.

Argument Information

The syntax for this command is as follows:
Name Description
Substring

The substring to search for within entity classnames or targetnames.

Extra Information

Find additional information relating to this command below.
sv_cheats Required
Yes
Client or Server Command
Client
Default Value
cmd
Total CS is the home of CS2 commands We boast the only complete, up-to-date database of all CS2 console commands. View All CS2 Commands
CS2 player
IPS

Command Generator

Adjust the settings below to automatically generate a command. Once you've got everything right, hit the Copy button and paste it into the console in CS:GO.

cl_ent_find <Substring>
0/1 arguments filled
Substring

cl_ent_find Examples

cl_ent_find chicken

Finds and lists all entities that have 'chicken' in their classname or targetname.

cl_ent_find prop_door

Lists all entities related to doors, useful for level designers or those debugging map issues.