<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.svencoop.com/index.php?action=history&amp;feed=atom&amp;title=TE_SHOWLINE</id>
	<title>TE SHOWLINE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.svencoop.com/index.php?action=history&amp;feed=atom&amp;title=TE_SHOWLINE"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_SHOWLINE&amp;action=history"/>
	<updated>2026-04-24T19:47:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.svencoop.com/index.php?title=TE_SHOWLINE&amp;diff=1380&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;TE_SHOWLINE Draws a red dotted line between two points that disappears after 30 seconds. Uses fewer dots than TE_LINE. &lt;pre&gt; void te_showlin...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_SHOWLINE&amp;diff=1380&amp;oldid=prev"/>
		<updated>2025-07-07T18:09:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/File:TE_SHOWLINE.gif&quot; title=&quot;File:TE SHOWLINE.gif&quot;&gt;frame|TE_SHOWLINE&lt;/a&gt; Draws a red dotted line between two points that disappears after 30 seconds. Uses fewer dots than &lt;a href=&quot;/TE_LINE&quot; title=&quot;TE LINE&quot;&gt;TE_LINE&lt;/a&gt;. &amp;lt;pre&amp;gt; void te_showlin...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:TE SHOWLINE.gif|frame|TE_SHOWLINE]]&lt;br /&gt;
Draws a red dotted line between two points that disappears after 30 seconds. Uses fewer dots than [[TE_LINE]].&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_showline(Vector start, Vector end, Color c=PURPLE,&lt;br /&gt;
	NetworkMessageDest msgType=MSG_BROADCAST, edict_t@ dest=null)&lt;br /&gt;
{&lt;br /&gt;
	NetworkMessage m(msgType, NetworkMessages::SVC_TEMPENTITY, dest);&lt;br /&gt;
	m.WriteByte(TE_SHOWLINE);&lt;br /&gt;
	m.WriteCoord(start.x);&lt;br /&gt;
	m.WriteCoord(start.y);&lt;br /&gt;
	m.WriteCoord(start.z);&lt;br /&gt;
	m.WriteCoord(end.x);&lt;br /&gt;
	m.WriteCoord(end.y);&lt;br /&gt;
	m.WriteCoord(end.z);&lt;br /&gt;
	m.End();&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Vector	start	Starting point for the line&lt;br /&gt;
* Vector	end	End point for the line&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>