Xonotic
breakable.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 BREAKABLE_INDICATE_DAMAGE = BIT(1)
 
const int BREAKABLE_NODAMAGE = BIT(2)
 
const int STATE_ALIVE = 0
 
const int STATE_BROKEN = 1
 

Variable Documentation

◆ BREAKABLE_INDICATE_DAMAGE

const int BREAKABLE_INDICATE_DAMAGE = BIT(1)

Definition at line 4 of file breakable.qh.

◆ BREAKABLE_NODAMAGE

const int BREAKABLE_NODAMAGE = BIT(2)

Definition at line 5 of file breakable.qh.

◆ STATE_ALIVE

const int STATE_ALIVE = 0

Definition at line 7 of file breakable.qh.

◆ STATE_BROKEN

const int STATE_BROKEN = 1

Definition at line 8 of file breakable.qh.