From 41f8af5df8cc1f50573bd735e120c7ccf143a9f6 Mon Sep 17 00:00:00 2001 From: div0 Date: Mon, 29 Dec 2008 09:31:25 +0000 Subject: [PATCH] DP_NULL_MODEL git-svn-id: svn://svn.icculus.org/nexuiz/trunk@5342 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/qcsrc/server/extensions.qh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/qcsrc/server/extensions.qh b/data/qcsrc/server/extensions.qh index 6ca9f2a91..225507117 100644 --- a/data/qcsrc/server/extensions.qh +++ b/data/qcsrc/server/extensions.qh @@ -487,6 +487,15 @@ void(entity e, entity tagentity, string tagname) setattachment = #443; // attach //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 -- 2.39.2