<?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_BOX</id>
	<title>TE BOX - 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_BOX"/>
	<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_BOX&amp;action=history"/>
	<updated>2026-04-24T19:45: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_BOX&amp;diff=1379&amp;oldid=prev</id>
		<title>Outerbeast: Created page with &quot;TE_BOX Draws an axis-aligned box made up of dotted lines. &lt;pre&gt; void te_box(Vector mins, Vector maxs, uint16 life=16, RGBA c=RGBA_PURPLE, 	NetworkMes...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.svencoop.com/index.php?title=TE_BOX&amp;diff=1379&amp;oldid=prev"/>
		<updated>2025-07-07T18:08:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/File:TE_BOX.gif&quot; title=&quot;File:TE BOX.gif&quot;&gt;frame|TE_BOX&lt;/a&gt; Draws an axis-aligned box made up of dotted lines. &amp;lt;pre&amp;gt; void te_box(Vector mins, Vector maxs, uint16 life=16, RGBA c=RGBA_PURPLE, 	NetworkMes...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[File:TE BOX.gif|frame|TE_BOX]]&lt;br /&gt;
Draws an axis-aligned box made up of dotted lines.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
void te_box(Vector mins, Vector maxs, uint16 life=16, RGBA c=RGBA_PURPLE,&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_BOX);&lt;br /&gt;
	m.WriteCoord(mins.x);&lt;br /&gt;
	m.WriteCoord(mins.y);&lt;br /&gt;
	m.WriteCoord(mins.z);&lt;br /&gt;
	m.WriteCoord(maxs.x);&lt;br /&gt;
	m.WriteCoord(maxs.y);&lt;br /&gt;
	m.WriteCoord(maxs.z);&lt;br /&gt;
	m.WriteShort(life);&lt;br /&gt;
	m.WriteByte(c.r);&lt;br /&gt;
	m.WriteByte(c.g);&lt;br /&gt;
	m.WriteByte(c.b);&lt;br /&gt;
	m.End();&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Vector	mins	Bottom-left-back corner of the box&lt;br /&gt;
* Vector	maxs	Top-right-front corner of the box&lt;br /&gt;
* uint16	life	Time to display the box (seconds * 0.1)&lt;br /&gt;
* RGBA	c	Line color&lt;br /&gt;
[[Category:Scripting]]&lt;/div&gt;</summary>
		<author><name>Outerbeast</name></author>
	</entry>
</feed>