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