<?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_USERTRACER</id>
	<title>TE USERTRACER - 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_USERTRACER"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_USERTRACER&amp;action=history"/>
	<updated>2026-05-16T06:07:48Z</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_USERTRACER&amp;diff=1316&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;Shoots a customizable bullet tracer.  Due to the low precision of the life parameter, the tracer distance is much less accurate than TE_TRACER. File:TE USERTRACER.gif|fr...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_USERTRACER&amp;diff=1316&amp;oldid=prev"/>
		<updated>2025-04-05T19:02:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Shoots a customizable bullet tracer.  Due to the low precision of the life parameter, the tracer distance is much less accurate than &lt;a href=&quot;/TE_TRACER&quot; title=&quot;TE TRACER&quot;&gt;TE_TRACER&lt;/a&gt;. File:TE USERTRACER.gif|fr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Shoots a customizable bullet tracer.&lt;br /&gt;
&lt;br /&gt;
Due to the low precision of the life parameter, the tracer distance is much less accurate than [[TE_TRACER]].&lt;br /&gt;
[[File:TE USERTRACER.gif|frame]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_usertracer(Vector pos, Vector dir, float speed=6000.0f, &lt;br /&gt;
	uint8 life=32, uint color=4, uint8 length=12,&lt;br /&gt;
	NetworkMessageDest msgType=MSG_BROADCAST, edict_t@ dest=null)&lt;br /&gt;
{&lt;br /&gt;
	Vector velocity = dir*speed;&lt;br /&gt;
	NetworkMessage m(msgType, NetworkMessages::SVC_TEMPENTITY, dest);&lt;br /&gt;
	m.WriteByte(TE_USERTRACER);&lt;br /&gt;
	m.WriteCoord(pos.x);&lt;br /&gt;
	m.WriteCoord(pos.y);&lt;br /&gt;
	m.WriteCoord(pos.z);&lt;br /&gt;
	m.WriteCoord(velocity.x);&lt;br /&gt;
	m.WriteCoord(velocity.y);&lt;br /&gt;
	m.WriteCoord(velocity.z);&lt;br /&gt;
	m.WriteByte(life);&lt;br /&gt;
	m.WriteByte(color);&lt;br /&gt;
	m.WriteByte(length);&lt;br /&gt;
	m.End();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>