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

R drawlights: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{this is a|console variable|name=r_drawlights}} It can be used to set whether light yellow orbs representing locations of light entities are visible when {{command|r_draw...")
 
No edit summary
 
Line 1: Line 1:
{{this is a|console variable|name=r_drawlights}} It can be used to set whether light yellow orbs representing locations of [[light]] entities are visible when {{command|r_drawlightinfo}} is set to 1.
{{this is a|console variable|name=r_drawlights}} It can be used to set whether light yellow orbs representing locations of [[BSP_(Source)#Worldlights|worldlights]] are visible when {{command|r_drawlightinfo}} is set to 1.
==Usage==
==Usage==
Value 1 shows light orbs, non-zero values hide the light orbs.
Value 1 shows light orbs, non-zero values hide the light orbs.
==See also==
==See also==
*  {{command|r_drawlightinfo}}
*  {{command|r_drawlightinfo}}

Latest revision as of 09:11, 3 September 2024

r_drawlights is a console variable available in all Source Source games. It can be used to set whether light yellow orbs representing locations of worldlights are visible when r_drawlightinfo is set to 1.

Usage

Value 1 shows light orbs, non-zero values hide the light orbs.

See also