<?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_KILLBEAM</id>
	<title>TE KILLBEAM - 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_KILLBEAM"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_KILLBEAM&amp;action=history"/>
	<updated>2026-05-16T06:53:47Z</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_KILLBEAM&amp;diff=1338&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;Kills all beams attached to the target entity.  &lt;pre&gt; void te_killbeam(CBaseEntity@ target, NetworkMessageDest msgType=MSG_BROADCAST, edict_t@ dest=null) { 	NetworkMessage m(m...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_KILLBEAM&amp;diff=1338&amp;oldid=prev"/>
		<updated>2025-04-14T11:40:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Kills all beams attached to the target entity.  &amp;lt;pre&amp;gt; void te_killbeam(CBaseEntity@ target, NetworkMessageDest msgType=MSG_BROADCAST, edict_t@ dest=null) { 	NetworkMessage m(m...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Kills all beams attached to the target entity.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_killbeam(CBaseEntity@ target, 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_KILLBEAM);&lt;br /&gt;
	m.WriteShort(target.entindex());&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;CBaseEntity@	target&amp;lt;/code&amp;gt;	Entity to remove beams from&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>