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

Ent bbox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{this is a|console command|name=ent_bbox}} It shows bounding boxes of entities in various colours. {{devreq}} Syntax: {{pre|bgcolor=white|txtcolor=black|ent_bbox <targetnam...")
 
No edit summary
Line 4: Line 4:
{{pre|bgcolor=white|txtcolor=black|ent_bbox <[[targetname]]>/<[[classname]]>/<[[entity index]]>}}
{{pre|bgcolor=white|txtcolor=black|ent_bbox <[[targetname]]>/<[[classname]]>/<[[entity index]]>}}
[[File:Ent bbox demonstration.png|thumb|500px|none|{{code|ent_bbox *}} demonstration]]
[[File:Ent bbox demonstration.png|thumb|500px|none|{{code|ent_bbox *}} demonstration]]
[[Category:Developer mode commands]]

Revision as of 09:05, 17 September 2024

ent_bbox is a console command available in all Source Source games. It shows bounding boxes of entities in various colours.

Note.pngNote:The game must be in Developer mode for this command to work properly.

Syntax:

ent_bbox <targetname>/<classname>/<entity index>
ent_bbox * demonstration