]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/platforms.qh
Merge branch 'master' into terencehill/dynamic_hud
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / platforms.qh
1 #ifndef PLATFORMS_H
2 #define PLATFORMS_H
3
4 .float dmgtime2;
5
6 void() plat_center_touch;
7 void() plat_outside_touch;
8 void plat_trigger_use(entity this, entity actor, entity trigger);
9 void() plat_go_up;
10 void() plat_go_down;
11 void() plat_crush;
12 const float PLAT_LOW_TRIGGER = 1;
13
14 .float dmg;
15
16 #endif