<?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_SPRITE</id>
	<title>TE SPRITE - 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_SPRITE"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_SPRITE&amp;action=history"/>
	<updated>2026-04-24T19:45: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_SPRITE&amp;diff=1361&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;An animated sprite. Plays once. frame &lt;pre&gt; void te_sprite(Vector pos, string sprite=&quot;sprites/zerogxplode.spr&quot;,  	uint8 scale=10, uint8 alpha=200,  	Net...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_SPRITE&amp;diff=1361&amp;oldid=prev"/>
		<updated>2025-05-31T13:05:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;An animated sprite. Plays once. &lt;a href=&quot;/File:TE_SPRITE.gif&quot; title=&quot;File:TE SPRITE.gif&quot;&gt;frame&lt;/a&gt; &amp;lt;pre&amp;gt; void te_sprite(Vector pos, string sprite=&amp;quot;sprites/zerogxplode.spr&amp;quot;,  	uint8 scale=10, uint8 alpha=200,  	Net...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;An animated sprite. Plays once.&lt;br /&gt;
[[File:TE SPRITE.gif|frame]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_sprite(Vector pos, string sprite=&amp;quot;sprites/zerogxplode.spr&amp;quot;, &lt;br /&gt;
	uint8 scale=10, uint8 alpha=200, &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_SPRITE);&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(g_EngineFuncs.ModelIndex(sprite));&lt;br /&gt;
	m.WriteByte(scale);&lt;br /&gt;
	m.WriteByte(alpha);&lt;br /&gt;
	m.End();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;Vector	pos&amp;lt;/code&amp;gt;	Center point for the effect&lt;br /&gt;
* &amp;lt;code&amp;gt;string	sprite&amp;lt;/code&amp;gt;	Animated sprite (additive)&lt;br /&gt;
* &amp;lt;code&amp;gt;uint8	scale&amp;lt;/code&amp;gt;	Sprite scale * 0.1&lt;br /&gt;
* &amp;lt;code&amp;gt;uint8	alpha&amp;lt;/code&amp;gt;	Sprite opacity&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>