CS2 ent_find Command

CS2 Command CS2 logo
ent_find <Substring>

This command is used to search for and list all entities within the game that have classnames or targetnames containing the specified substring(s). It's a useful tool for developers and server administrators to debug or manage entities in a game environment.

Argument Information

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

The text 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
Server
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
Ad

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.

ent_find <Substring>
0/1 arguments filled
Substring

ent_find Examples

ent_find chicken

Lists all entities that have 'chicken' in either their classname or targetname.

ent_find bomb

Lists all entities related to the bomb in-game, useful for troubleshooting bomb-related issues or for learning about how bomb entities are named and managed in the game.