]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/self.qh
Merge branch 'master' into Mario/use1
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / self.qh
index 31d7d07c80db730f1db4f376a71c3f6f6dae1de9..092a8945b7a25faf0286cef3a7234c315b837772 100644 (file)
@@ -37,9 +37,9 @@
 void touch_self() { SELFPARAM(); this.selftouch(this); }
 #define settouch(e, f) (e.touch = touch_self, e.selftouch = f)
 
-.void(entity this) selfuse;
-void use_self() { SELFPARAM(); this.selfuse(this); }
-#define setuse(e, f) (e.use = use_self, e.selfuse = f)
+//.void(entity this) selfuse;
+//void use_self() { SELFPARAM(); this.selfuse(this); }
+//#define setuse(e, f) (e.use = use_self, e.selfuse = f)
 
 .void(entity this) selfthink;
 void think_self() { SELFPARAM(); this.selfthink(this); }