Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
cl_generator.qh
Go to the documentation of this file.
1#pragma once
2
3const vector GENERATOR_MIN = '-52 -52 -14';
4const vector GENERATOR_MAX = '52 52 75';
5
6const int GSF_STATUS = 4;
7const int GSF_SETUP = 8;
const vector GENERATOR_MIN
const vector GENERATOR_MAX
const int GSF_SETUP
const int GSF_STATUS
vector
Definition self.qh:92