Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_controlpoint.qh
Go to the documentation of this file.
1#pragma once
2
3const vector CPICON_MIN = '-32 -32 -9';
4const vector CPICON_MAX = '32 32 25';
5
6const int CPSF_STATUS = 4;
7const int CPSF_SETUP = 8;
const vector CPICON_MIN
const vector CPICON_MAX
const int CPSF_SETUP
const int CPSF_STATUS
vector
Definition self.qh:92