Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_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;
8
9bool generator_send(entity this, entity to, int sf);
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
const vector GENERATOR_MIN
const vector GENERATOR_MAX
const int GSF_SETUP
const int GSF_STATUS
vector
Definition self.qh:92
bool generator_send(entity this, entity to, int sf)