r5342 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Dec 29 04:31:35 EST 2008


Author: div0
Date: 2008-12-29 04:31:25 -0500 (Mon, 29 Dec 2008)
New Revision: 5342

Modified:
   trunk/data/qcsrc/server/extensions.qh
Log:
DP_NULL_MODEL


Modified: trunk/data/qcsrc/server/extensions.qh
===================================================================
--- trunk/data/qcsrc/server/extensions.qh	2008-12-29 09:24:24 UTC (rev 5341)
+++ trunk/data/qcsrc/server/extensions.qh	2008-12-29 09:31:25 UTC (rev 5342)
@@ -487,6 +487,15 @@
 //description:
 //MOVETYPE_BOUNCE but without gravity, and with full reflection (no speed loss like grenades have), in other words - bouncing laser bolts.
 
+//DP_NULL_MODEL
+//idea: Chris
+//darkplaces implementation: div0
+//definitions:
+//string dp_null_model = "null";
+//description:
+//setmodel(e, "null"); makes an entity invisible, have a zero bbox, but
+//networked. useful for shared CSQC entities.
+
 //DP_MOVETYPEFOLLOW
 //idea: id Software, LordHavoc (redesigned)
 //darkplaces implementation: LordHavoc




More information about the nexuiz-commits mailing list