]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/func/door_secret.qh
92134648f6680f6a42a4dc08b934fa8cd3ba4666
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / door_secret.qh
1 #pragma once
2
3
4 const int SECRET_OPEN_ONCE = BIT(0);            // stays open - LEGACY, set wait to -1 instead
5 const int SECRET_1ST_LEFT = BIT(1);             // 1st move is left of arrow
6 const int SECRET_1ST_DOWN = BIT(2);             // 1st move is down from arrow
7 const int SECRET_NO_SHOOT = BIT(3);             // only opened by trigger
8 const int SECRET_YES_SHOOT = BIT(4);    // shootable even if targeted