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

Drawline: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{This is a|console command|name=drawline}} It takes 2 cordinates and draws a line between them. If it intersect solid it's red otherwise white. Example <code>drawline 100 200 130 500 -650 142</code> == See also == * {{cmd|drawcross}}")
 
(Redirected page to Drawcross)
Tag: New redirect
 
Line 1: Line 1:
{{This is a|console command|name=drawline}} It takes 2 cordinates and draws a line between them. If it intersect solid it's red otherwise white.
#redirect [[drawcross]]
 
{{This is a|console command|name=drawline}}
Example <code>drawline 100 200 130 500 -650 142</code>
 
== See also ==
* {{cmd|drawcross}}

Latest revision as of 00:34, 12 May 2025

Redirect to:

drawline is a console command available in all Source Source games.