Xonotic
door.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_CRUSH = BIT(11)
 
const int DOOR_DONT_LINK = BIT(2)
 
const int DOOR_NONSOLID = BIT(10)
 
const int DOOR_START_OPEN = BIT(0)
 
const int DOOR_TOGGLE = BIT(5)
 
const int SPAWNFLAGS_GOLD_KEY = BIT(3)
 
const int SPAWNFLAGS_SILVER_KEY = BIT(4)
 

Variable Documentation

◆ DOOR_CRUSH

const int DOOR_CRUSH = BIT(11)

Definition at line 14 of file door.qh.

Referenced by door_blocked(), door_generic_plat_blocked(), and door_reset().

◆ DOOR_DONT_LINK

const int DOOR_DONT_LINK = BIT(2)

Definition at line 8 of file door.qh.

Referenced by LinkDoors(), and LinkDoors_nextent().

◆ DOOR_NONSOLID

const int DOOR_NONSOLID = BIT(10)

Definition at line 13 of file door.qh.

Referenced by door_reset().

◆ DOOR_START_OPEN

const int DOOR_START_OPEN = BIT(0)

Definition at line 7 of file door.qh.

Referenced by door_reset().

◆ DOOR_TOGGLE

const int DOOR_TOGGLE = BIT(5)

Definition at line 11 of file door.qh.

Referenced by door_fire(), and door_hit_top().

◆ SPAWNFLAGS_GOLD_KEY

const int SPAWNFLAGS_GOLD_KEY = BIT(3)

Definition at line 9 of file door.qh.

Referenced by door_reset().

◆ SPAWNFLAGS_SILVER_KEY

const int SPAWNFLAGS_SILVER_KEY = BIT(4)

Definition at line 10 of file door.qh.

Referenced by door_reset().