<?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_STREAK_SPLASH</id>
	<title>TE STREAK SPLASH - 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_STREAK_SPLASH"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_STREAK_SPLASH&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_STREAK_SPLASH&amp;diff=1317&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;Shoots multiple tracers in some direction, affected by gravity. TE_STREAK_SPLASH &lt;pre&gt; void te_streaksplash(Vector start, Vector dir, uint8...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_STREAK_SPLASH&amp;diff=1317&amp;oldid=prev"/>
		<updated>2025-04-05T19:05:41Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Shoots multiple tracers in some direction, affected by gravity. &lt;a href=&quot;/File:TE_STREAK_SPLASH.gif&quot; title=&quot;File:TE STREAK SPLASH.gif&quot;&gt;frame|TE_STREAK_SPLASH&lt;/a&gt; &amp;lt;pre&amp;gt; void te_streaksplash(Vector start, Vector dir, uint8...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Shoots multiple tracers in some direction, affected by gravity.&lt;br /&gt;
[[File:TE STREAK SPLASH.gif|frame|TE_STREAK_SPLASH]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_streaksplash(Vector start, Vector dir, uint8 color=4, &lt;br /&gt;
	uint16 count=256, uint16 speed=2048, uint16 speedNoise=128, &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_STREAK_SPLASH);&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(dir.x);&lt;br /&gt;
	m.WriteCoord(dir.y);&lt;br /&gt;
	m.WriteCoord(dir.z);&lt;br /&gt;
	m.WriteByte(color);&lt;br /&gt;
	m.WriteShort(count);&lt;br /&gt;
	m.WriteShort(speed);&lt;br /&gt;
	m.WriteShort(speedNoise);&lt;br /&gt;
	m.End();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Vector	pos	Center point for the effect&lt;br /&gt;
* Vector	dir	Direction of the tracers&lt;br /&gt;
* uint8	color	Tracer color (index in Engine Palette #2).&lt;br /&gt;
* Only values &amp;lt;0 - 11&amp;gt; are valid. The default color index is 4.&lt;br /&gt;
* uint16	count	Number of tracers to spawn&lt;br /&gt;
* uint16	speed	Initial tracer speed&lt;br /&gt;
* uint16	speedNoise	Amount to randomize speed and direction&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>