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

Physics constraints: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{this is a|console command|name=physics_constraints}} It highlights physics constraints in the map with colorful boxes. Syntax: {{code|physics_constraints <[[classname]]>/<[[targetname]]>}}. No argument picks what player is looking at.
{{this is a|console command|name=physics_constraints}} It highlights physics constraints in the map with colorful boxes. Syntax: {{code|physics_constraints <[[classname]]>/<[[targetname]]>}}. No argument picks what player is looking at.
{{devreq}}
==See also==
==See also==
* [[Debug overlays]]
* [[Debug overlays]]
[[Category:Debugging]]
[[Category:Debugging]]

Revision as of 09:59, 14 September 2024

physics_constraints is a console command available in all Source Source games. It highlights physics constraints in the map with colorful boxes. Syntax: physics_constraints <classname>/<targetname>. No argument picks what player is looking at.

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

See also