Xonotic
train.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 TRAIN_CURVE = BIT(0)
 
const int TRAIN_NEEDACTIVATION = BIT(2)
 
const int TRAIN_TURN = BIT(1)
 

Variable Documentation

◆ TRAIN_CURVE

const int TRAIN_CURVE = BIT(0)

Definition at line 4 of file train.qh.

Referenced by train_next(), and train_wait().

◆ TRAIN_NEEDACTIVATION

const int TRAIN_NEEDACTIVATION = BIT(2)

Definition at line 6 of file train.qh.

Referenced by train_next(), and train_wait().

◆ TRAIN_TURN

const int TRAIN_TURN = BIT(1)

Definition at line 5 of file train.qh.

Referenced by train_next().