]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/defs.qh
remove useless old messy feature
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / defs.qh
index 74b4ecea88c17683996b4b65aacca357f00b10fb..f084e18d4b0b69f6a92b5009321e419e583145c5 100644 (file)
@@ -635,3 +635,12 @@ string deathmessage;
 .float selectweapon; // last selected weapon of the player
 
 .float ballistics_density; // wall piercing factor, larger = bullet can pass through more
+
+#define ACTIVE_NOT             0
+#define ACTIVE_ACTIVE  1
+#define ACTIVE_IDLE    2
+#define ACTIVE_BUSY    2
+#define ACTIVE_TOGGLE  3
+.float active;
+.float (float act_state) setactive;
+.entity realowner;