<?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_SPARKS</id>
	<title>TE SPARKS - 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_SPARKS"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_SPARKS&amp;action=history"/>
	<updated>2026-05-16T05:24:34Z</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_SPARKS&amp;diff=1360&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;A flashing sprite combined with a small splash of tracers. Sound effect not included. frame A CUtility method exists: &lt;code&gt;void Sparks(const Vector...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_SPARKS&amp;diff=1360&amp;oldid=prev"/>
		<updated>2025-05-31T11:49:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;A flashing sprite combined with a small splash of tracers. Sound effect not included. &lt;a href=&quot;/File:TE_SPARKS.gif&quot; title=&quot;File:TE SPARKS.gif&quot;&gt;frame&lt;/a&gt; A &lt;a href=&quot;/CUtility&quot; title=&quot;CUtility&quot;&gt;CUtility&lt;/a&gt; method exists: &amp;lt;code&amp;gt;void Sparks(const Vector...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A flashing sprite combined with a small splash of tracers. Sound effect not included.&lt;br /&gt;
[[File:TE SPARKS.gif|frame]]&lt;br /&gt;
A [[CUtility]] method exists:&lt;br /&gt;
&amp;lt;code&amp;gt;void Sparks(const Vector&amp;amp; in vecPosition)&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_sparks(Vector pos, &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_SPARKS);&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.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>