Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
speed.qh
Go to the documentation of this file.
1
#pragma once
2
3
4
#define SPEED_PERCENTAGE BIT(0)
5
#define SPEED_ADD BIT(1)
6
#define SPEED_POSITIVE_X BIT(2)
7
#define SPEED_NEGATIVE_X BIT(3)
8
#define SPEED_POSITIVE_Y BIT(4)
9
#define SPEED_NEGATIVE_Y BIT(5)
10
#define SPEED_POSITIVE_Z BIT(6)
11
#define SPEED_NEGATIVE_Z BIT(7)
12
#define SPEED_LAUNCHER BIT(8)
common
mapobjects
target
speed.qh
Generated on
for Xonotic QuakeC by
1.14.0