This article's documentation is for anything that uses the Source engine. Click here for more information.

Ent dump: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{this is a|console command|name=ent_dump}} It can be used to print all of the entity's specified keyvalues in console. Syntax: {{code|ent_dump [targetname]}} Add entity's [...")
 
No edit summary
 
Line 3: Line 3:
Syntax: {{code|ent_dump [targetname]}}
Syntax: {{code|ent_dump [targetname]}}


Add entity's [[targetname]] as argument. This command does not accept [[classname|classnames]] as arguments.
Add entity's [[targetname]] as argument. This command does not accept [[classname|classnames]] and [[entity index|entity indexes]] as arguments.

Latest revision as of 01:21, 17 September 2024

ent_dump is a console command available in all Source Source games. It can be used to print all of the entity's specified keyvalues in console.

Syntax: ent_dump [targetname]

Add entity's targetname as argument. This command does not accept classnames and entity indexes as arguments.