Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
walljump.qh
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef MENUQC
4
CLASS
(
MutatorWallJump
,
Mutator
)
5
ATTRIB
(
MutatorWallJump
,
message
,
string
, _(
"Wall jumping"
));
6
ENDCLASS
(
MutatorWallJump
)
7
8
REGISTER_MUTATOR
(walljump,
true
,
MutatorWallJump
);
9
#endif
REGISTER_MUTATOR
#define REGISTER_MUTATOR(...)
Definition
base.qh:295
MutatorWallJump
Definition
walljump.qh:4
MutatorWallJump::message
string message
Definition
walljump.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
walljump
walljump.qh
Generated on
for Xonotic QuakeC by
1.14.0