<?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_BLOOD</id>
	<title>TE BLOOD - 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_BLOOD"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_BLOOD&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_BLOOD&amp;diff=1324&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;Ejects several small clumps of colored particles.  CUtility method:&lt;br&gt; &lt;code&gt;void BloodDrips(const Vector&amp; in vecOrigin, const Vector&amp; in vecDirection, int iColor, int iA...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_BLOOD&amp;diff=1324&amp;oldid=prev"/>
		<updated>2025-04-05T19:29:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Ejects several small clumps of colored particles.  &lt;a href=&quot;/CUtility&quot; title=&quot;CUtility&quot;&gt;CUtility&lt;/a&gt; method:&amp;lt;br&amp;gt; &amp;lt;code&amp;gt;void BloodDrips(const Vector&amp;amp; in vecOrigin, const Vector&amp;amp; in vecDirection, int iColor, int iA...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Ejects several small clumps of colored particles.&lt;br /&gt;
&lt;br /&gt;
[[CUtility]] method:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;void BloodDrips(const Vector&amp;amp; in vecOrigin, const Vector&amp;amp; in vecDirection, int iColor, int iAmount)&amp;lt;/code&amp;gt;&lt;br /&gt;
[[File:TE BLOOD.gif|frame|TE_BLOOD]]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_blood(Vector pos, Vector dir, uint8 color=70, uint8 speed=16,&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_BLOOD);&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(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.WriteByte(speed);&lt;br /&gt;
	m.End();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Vector	pos	Sarting position for the effect&lt;br /&gt;
* Vector	dir	Direction of the stream&lt;br /&gt;
* uint8	color	Particle color (index in Engine Palette #1)&lt;br /&gt;
* uint8	speed	Particle ejection speed&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>