Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
overkill.qh
Go to the documentation of this file.
1#pragma once
2
3#ifdef MENUQC
5 ATTRIB(MutatorOverkill, message, string, _("Overkill"));
6 // Currently the Overkill mutator itself as implemented in qc can't be enabled alone, it's supposed
7 // to be enabled only with additional mutators and features defined in ruleset-overkill.cfg
10
12#endif
#define REGISTER_MUTATOR(...)
Definition base.qh:295
string message
Definition overkill.qh:5
ATTRIB(Mutator, message, string)
#define true
Definition csprogsdefs.qh:5
#define CLASS(...)
Definition oo.qh:145
#define ENDCLASS(cname)
Definition oo.qh:281