]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/platforms.qh
Cleanse the touch functions of the other evil
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / platforms.qh
index f73da630fd0cd174ec27c04b2a7825931ff76e1d..c728be596ddd9842b8f5de5abfdd053870c35fdd 100644 (file)
@@ -3,12 +3,12 @@
 
 .float dmgtime2;
 
-void plat_center_touch(entity this);
-void plat_outside_touch(entity this);
+void plat_center_touch(entity this, entity toucher);
+void plat_outside_touch(entity this, entity toucher);
 void plat_trigger_use(entity this, entity actor, entity trigger);
-void() plat_go_up;
+void plat_go_up(entity this);
 void plat_go_down(entity this);
-void() plat_crush;
+void plat_crush(entity this);
 const float PLAT_LOW_TRIGGER = 1;
 
 .float dmg;