All public logs

Jump to navigation Jump to search

Combined display of all available logs of Valve Developer Community. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:22, 12 May 2025 Nescius talk contribs created page Drawcross (Created page with "{{This is a|console command|name=drawcross}} It draws a cross using 4 lines. If a line intersects solid it's show red otherwise white. Maximum number of lines active at once is 20 so 5 crosses are possible at a given time. To clear all lines it's possible by issuing 20 {{cmd|drawline|0 0 0 0 0 0}} 20 times <code>alias e drawline 0 0 0 0 0 0;e;e;e;e;e;e;e;e;e;e;e;e;e;e;e;e;e;e;e;e</code> == See also == * {{cmd|drawline}}")