]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/func/door_secret.qh
Merge branch 'master' into 'terencehill/bot_waypoints'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / door_secret.qh
1 #pragma once
2
3
4 const int DOOR_SECRET_OPEN_ONCE = BIT(0); // stays open - LEGACY, set wait to -1 instead
5 const int DOOR_SECRET_1ST_LEFT = BIT(1); // 1st move is left of arrow
6 const int DOOR_SECRET_1ST_DOWN = BIT(2); // 1st move is down from arrow
7 const int DOOR_SECRET_NO_SHOOT = BIT(3); // only opened by trigger
8 const int DOOR_SECRET_YES_SHOOT = BIT(4); // shootable even if targeted