]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/jumppads.qh
More fun stuff
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / jumppads.qh
1 #ifdef CSQC
2 void ent_trigger_push();
3 void ent_target_push();
4 #endif
5
6 const float PUSH_ONCE = 1;
7 const float PUSH_SILENT = 2;
8
9 .float pushltime;
10 .float istypefrag;
11
12 void() SUB_UseTargets;