]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/platforms.qh
Remove SELFPARAM() from .think and .touch
[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(entity this);
7 void plat_outside_touch(entity this);
8 void plat_trigger_use(entity this, entity actor, entity trigger);
9 void() plat_go_up;
10 void plat_go_down(entity this);
11 void() plat_crush;
12 const float PLAT_LOW_TRIGGER = 1;
13
14 .float dmg;
15
16 #endif