<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.thedarkmod.com/index.php?action=history&amp;feed=atom&amp;title=Clipmodel_contents</id>
	<title>Clipmodel contents - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.thedarkmod.com/index.php?action=history&amp;feed=atom&amp;title=Clipmodel_contents"/>
	<link rel="alternate" type="text/html" href="https://wiki.thedarkmod.com/index.php?title=Clipmodel_contents&amp;action=history"/>
	<updated>2026-04-18T07:43:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.thedarkmod.com/index.php?title=Clipmodel_contents&amp;diff=1832&amp;oldid=prev</id>
		<title>Greebo at 16:57, 11 September 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.thedarkmod.com/index.php?title=Clipmodel_contents&amp;diff=1832&amp;oldid=prev"/>
		<updated>2006-09-11T16:57:06Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Original_Reference|Ishtvan|2887}}&lt;br /&gt;
&lt;br /&gt;
 CONTENTS_SOLID = BIT(0), // an eye is never valid in a solid&lt;br /&gt;
 CONTENTS_OPAQUE = BIT(1), // blocks visibility (for ai)&lt;br /&gt;
 CONTENTS_WATER = BIT(2), // used for water&lt;br /&gt;
 CONTENTS_PLAYERCLIP = BIT(3), // solid to players&lt;br /&gt;
 CONTENTS_MONSTERCLIP = BIT(4), // solid to monsters&lt;br /&gt;
 CONTENTS_MOVEABLECLIP = BIT(5), // solid to moveable entities&lt;br /&gt;
 CONTENTS_IKCLIP = BIT(6), // solid to IK&lt;br /&gt;
 CONTENTS_BLOOD = BIT(7), // used to detect blood decals&lt;br /&gt;
 CONTENTS_BODY = BIT(8), // used for actors&lt;br /&gt;
 CONTENTS_PROJECTILE = BIT(9), // used for projectiles&lt;br /&gt;
 CONTENTS_CORPSE = BIT(10), // used for dead bodies&lt;br /&gt;
 CONTENTS_RENDERMODEL = BIT(11), // used for render models for collision detection&lt;br /&gt;
 CONTENTS_TRIGGER = BIT(12), // used for triggers&lt;br /&gt;
 CONTENTS_AAS_SOLID = BIT(13), // solid for AAS&lt;br /&gt;
&lt;br /&gt;
NOTE: Maybe we can use this one for doors:&lt;br /&gt;
&lt;br /&gt;
 CONTENTS_AAS_OBSTACLE = BIT(14), // used to compile an obstacle into AAS that can be enabled/disabled&lt;br /&gt;
 CONTENTS_FLASHLIGHT_TRIGGER = BIT(15), // used for triggers that are activated by the flashlight&lt;br /&gt;
  &lt;br /&gt;
 // contents used by utils&lt;br /&gt;
 CONTENTS_AREAPORTAL = BIT(20), // portal separating renderer areas&lt;br /&gt;
 CONTENTS_NOCSG = BIT(21), // don&amp;#039;t cut this brush with CSG operations in the editor&lt;br /&gt;
 &lt;br /&gt;
 CONTENTS_REMOVE_UTIL = ~(CONTENTS_AREAPORTAL|CONTENTS_NOCSG)&lt;br /&gt;
&lt;br /&gt;
[[Category:Editing]]&lt;/div&gt;</summary>
		<author><name>Greebo</name></author>
	</entry>
</feed>