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

R drawclipbrushes: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added info, removed pointless todos)
mNo edit summary
 
Line 2: Line 2:
{{this is a|console variable|name=r_drawclipbrushes}} It can draw clip brushes of the current level in-game. For more information about clip brushes, see [[Tool_textures|Tool Textures]] > [[Tool_textures#Clips|Clips]].
{{this is a|console variable|name=r_drawclipbrushes}} It can draw clip brushes of the current level in-game. For more information about clip brushes, see [[Tool_textures|Tool Textures]] > [[Tool_textures#Clips|Clips]].


{{Syntax|}}<code>r_drawclipbrushes <value></code>
{{Syntax|r_drawclipbrushes <value>}}
* 0 - None.
* 0 - None.
* 1 - Shows clip brushes in wireframe.
* 1 - Shows clip brushes in wireframe.

Latest revision as of 06:50, 24 March 2024

Stub

This article or section about a console variable is a stub. You can help by expanding it.

r_drawclipbrushes is a console variable available in all Source Source games. It can draw clip brushes of the current level in-game. For more information about clip brushes, see Tool Textures > Clips.

Syntax: r_drawclipbrushes <value>

  • 0 - None.
  • 1 - Shows clip brushes in wireframe.
  • 2 - Shows clip brushes, filled in.
  • 3 - Shows grenade clip brushes. (Counter-Strike: Global Offensive only)
Color Clip brush Notes
Red Normal Clip Other derivatives of normal clip brushes (e.g: Concrete Clip) will always show in red. In Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series blocks everyone
Purple NPC Clip In Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series blocks all infected
Pink Player Clip In Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series blocks all survivors
Green Grenade Clip Works on r_drawclipbrushes 1 or 3 only. (Counter-Strike: Global Offensive only)
Cyan Drone Clip Counter-Strike: Global OffensiveCounter-Strike: Global Offensive exclusive only.
Todo: Clarify this drone clip row.