Xonotic
door_secret.qh File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const int DOOR_SECRET_1ST_DOWN = BIT(2)
 
const int DOOR_SECRET_1ST_LEFT = BIT(1)
 
const int DOOR_SECRET_NO_SHOOT = BIT(3)
 
const int DOOR_SECRET_OPEN_ONCE = BIT(0)
 
const int DOOR_SECRET_YES_SHOOT = BIT(4)
 

Variable Documentation

◆ DOOR_SECRET_1ST_DOWN

const int DOOR_SECRET_1ST_DOWN = BIT(2)

Definition at line 6 of file door_secret.qh.

◆ DOOR_SECRET_1ST_LEFT

const int DOOR_SECRET_1ST_LEFT = BIT(1)

Definition at line 5 of file door_secret.qh.

◆ DOOR_SECRET_NO_SHOOT

const int DOOR_SECRET_NO_SHOOT = BIT(3)

Definition at line 7 of file door_secret.qh.

◆ DOOR_SECRET_OPEN_ONCE

const int DOOR_SECRET_OPEN_ONCE = BIT(0)

Definition at line 4 of file door_secret.qh.

◆ DOOR_SECRET_YES_SHOOT

const int DOOR_SECRET_YES_SHOOT = BIT(4)

Definition at line 8 of file door_secret.qh.