Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
cl_invasion.qc
Go to the documentation of this file.
1
#include "
cl_invasion.qh
"
2
3
#include <
common/mutators/base.qh
>
4
5
REGISTER_MUTATOR
(cl_inv,
true
);
6
7
MUTATOR_HOOKFUNCTION
(cl_inv, DrawScoreboardItemStats)
8
{
9
return
ISGAMETYPE
(INVASION);
// hide the item stats panel
10
}
base.qh
REGISTER_MUTATOR
#define REGISTER_MUTATOR(...)
Definition
base.qh:295
MUTATOR_HOOKFUNCTION
#define MUTATOR_HOOKFUNCTION(...)
Definition
base.qh:335
cl_invasion.qh
ISGAMETYPE
#define ISGAMETYPE(NAME)
Definition
main.qh:46
common
gametypes
gametype
invasion
cl_invasion.qc
Generated on
for Xonotic QuakeC by
1.14.0