]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/trigger/jumppads.qh
More fun stuff
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / jumppads.qh
index 2c5363b5975223bd15b003fa649074157ba56db8..6330dc3c4f83cbc00794479d76eca6d5ba35ae94 100644 (file)
@@ -2,3 +2,11 @@
 void ent_trigger_push();
 void ent_target_push();
 #endif
+
+const float PUSH_ONCE = 1;
+const float PUSH_SILENT = 2;
+
+.float pushltime;
+.float istypefrag;
+
+void() SUB_UseTargets;