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

R drawlightinfo: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 4: Line 4:
==See also==
==See also==
* [[r_drawlights]]
* [[r_drawlights]]
* [[Debug overlays]]

Latest revision as of 05:39, 9 September 2024

r_drawlightinfo is a console variable available in all Source Source games. It can be used to show locations of every light entity in the map.

Usage

Run r_drawlightinfo 1 to display lights locations. Non-zero values hide them. Lights' numbers and coordinates are displayed in the map when this command is ran. Changing this variable automatically changes the value of r_drawlights.

See also