]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/f_door.qh
Begin making triggers common code
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / f_door.qh
1 // door constants
2 const float DOOR_START_OPEN = 1;
3 const float DOOR_DONT_LINK = 4;
4 const float DOOR_TOGGLE = 32;
5
6 const float SPAWNFLAGS_GOLD_KEY = 8;
7 const float SPAWNFLAGS_SILVER_KEY = 16;
8
9 // door properties
10 .entity trigger_field;