<?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_PARTICLEBURST</id>
	<title>TE PARTICLEBURST - 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_PARTICLEBURST"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_PARTICLEBURST&amp;action=history"/>
	<updated>2026-05-16T07:00:00Z</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_PARTICLEBURST&amp;diff=1323&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;Expanding cube of colored particles. TE_PARTICLEBURST &lt;pre&gt; void te_particlebust(Vector pos, uint16 radius=128,  	uint8 color=250, uint8 li...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_PARTICLEBURST&amp;diff=1323&amp;oldid=prev"/>
		<updated>2025-04-05T19:26:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Expanding cube of colored particles. &lt;a href=&quot;/File:TE_PARTICLEBURST.gif&quot; title=&quot;File:TE PARTICLEBURST.gif&quot;&gt;frame|TE_PARTICLEBURST&lt;/a&gt; &amp;lt;pre&amp;gt; void te_particlebust(Vector pos, uint16 radius=128,  	uint8 color=250, uint8 li...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Expanding cube of colored particles.&lt;br /&gt;
[[File:TE PARTICLEBURST.gif|frame|TE_PARTICLEBURST]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_particlebust(Vector pos, uint16 radius=128, &lt;br /&gt;
	uint8 color=250, uint8 life=5,&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_PARTICLEBURST);&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.WriteShort(radius);&lt;br /&gt;
	m.WriteByte(color);&lt;br /&gt;
	m.WriteByte(life);&lt;br /&gt;
	m.End();&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Vector	pos	Center point for the effect&lt;br /&gt;
* uint16	radius	Radius of the particle cube when fully expanded&lt;br /&gt;
* uint8	color	Particle color (index in Engine Palette #1)&lt;br /&gt;
* uint8	life	Duration of the effect (seconds * 0.1)&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>