Xonotic
Main Page
Related Pages
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
+
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
w
x
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Files
File List
+
File Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
+
Enumerator
i
m
o
p
r
s
t
+
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerator
Macros
Pages
train.qh
Go to the documentation of this file.
1
#pragma once
2
3
4
const
int
TRAIN_CURVE
=
BIT
(0);
5
const
int
TRAIN_TURN
=
BIT
(1);
6
const
int
TRAIN_NEEDACTIVATION
=
BIT
(2);
TRAIN_CURVE
const int TRAIN_CURVE
Definition:
train.qh:4
TRAIN_NEEDACTIVATION
const int TRAIN_NEEDACTIVATION
Definition:
train.qh:6
BIT
#define BIT(n)
Only ever assign into the first 24 bits in QC (so max is BIT(23)).
Definition:
bits.qh:8
TRAIN_TURN
const int TRAIN_TURN
Definition:
train.qh:5
common
mapobjects
func
train.qh
Generated on Thu Mar 17 2022 17:26:27 for Xonotic by
1.8.13