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

drawline

From Valve Developer Community
Revision as of 00:27, 12 May 2025 by Nescius (talk | contribs) (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}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

drawline is a console command available in all Source Source games. It takes 2 cordinates and draws a line between them. If it intersect solid it's red otherwise white.

Example drawline 100 200 130 500 -650 142

See also