]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/platforms.qh
Fix network updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / platforms.qh
index 9a32e327a23fd324d2a21c34bf0a136c38f65dba..f0727be3ca1fe59cf57b8779d60e20178ffc533b 100644 (file)
@@ -3,12 +3,12 @@
 
 .float dmgtime2;
 
-void() plat_center_touch;
-void() plat_outside_touch;
+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_down;
-void() plat_crush;
+void plat_go_up(entity this);
+void plat_go_down(entity this);
+void plat_crush(entity this, entity blocker);
 const float PLAT_LOW_TRIGGER = 1;
 
 .float dmg;