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
(Created page with "{{this is a|console command|name=r_drawlightinfo}} It can be used to show locations of every light entity in the map. ==Usage== Run {{code|r_drawlightinfo 1}} to display l...")
 
No edit summary
Line 1: Line 1:
{{this is a|console command|name=r_drawlightinfo}} It can be used to show locations of every [[light]] entity in the map.
{{this is a|console variable|name=r_drawlightinfo}} It can be used to show locations of every [[light]] entity in the map.
==Usage==
==Usage==
Run {{code|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. This command automatically sets the value of {{command|r_drawlights}}.
Run {{code|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 {{command|r_drawlights}}.
==See also==
==See also==
* [[r_drawlights]]
* [[r_drawlights]]

Revision as of 06:15, 3 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