Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
instagib.qh
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef MENUQC
4
CLASS
(
MutatorInstagib
,
Mutator
)
5
ATTRIB
(
MutatorInstagib
,
message
,
string
, _(
"InstaGib"
));
6
ENDCLASS
(
MutatorInstagib
)
7
8
REGISTER_MUTATOR
(mutator_instagib,
true
,
MutatorInstagib
);
9
#endif
REGISTER_MUTATOR
#define REGISTER_MUTATOR(...)
Definition
base.qh:295
MutatorInstagib
Definition
instagib.qh:4
MutatorInstagib::message
string message
Definition
instagib.qh:5
Mutator
Definition
base.qh:162
Mutator::ATTRIB
ATTRIB(Mutator, message, string)
true
#define true
Definition
csprogsdefs.qh:5
CLASS
#define CLASS(...)
Definition
oo.qh:145
ENDCLASS
#define ENDCLASS(cname)
Definition
oo.qh:281
common
mutators
mutator
instagib
instagib.qh
Generated on
for Xonotic QuakeC by
1.14.0