]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/onslaught/sv_generator.qh
Merge branch 'master' into TimePath/modules
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / sv_generator.qh
1 #pragma once
2
3 const vector GENERATOR_MIN = '-52 -52 -14';
4 const vector GENERATOR_MAX = '52 52 75';
5
6 const int GSF_STATUS = 4;
7 const int GSF_SETUP = 8;
8
9 bool generator_send(entity this, entity to, int sf);