Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
train.qh
Go to the documentation of this file.
1#pragma once
2
3
4const int TRAIN_CURVE = BIT(0);
5const int TRAIN_TURN = BIT(1);
6const int TRAIN_NEEDACTIVATION = BIT(2);
#define BIT(n)
Only ever assign into the first 24 bits in QC (so max is BIT(23)).
Definition bits.qh:8
const int TRAIN_CURVE
Definition train.qh:4
const int TRAIN_TURN
Definition train.qh:5
const int TRAIN_NEEDACTIVATION
Definition train.qh:6