Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_mayhem.qh
Go to the documentation of this file.
1#pragma once
2
4
6
8{
11 {
13 }
14 return 0;
15}
16
#define MUTATOR_ONADD
Definition base.qh:309
#define REGISTER_MUTATOR(...)
Definition base.qh:295
#define MUTATOR_STATIC()
Definition base.qh:313
var entity(vector mins, vector maxs,.entity tofield) findbox_tofield_OrFallback
void mayhem_Initialize()
Definition sv_mayhem.qc:41
void MayhemCalculatePlayerScore(entity scorer)
Definition sv_mayhem.qc:145