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
4
5REGISTER_MUTATOR(cl_inv, true);
6
7MUTATOR_HOOKFUNCTION(cl_inv, DrawScoreboardItemStats)
8{
9 return ISGAMETYPE(INVASION); // hide the item stats panel
10}
#define REGISTER_MUTATOR(...)
Definition base.qh:295
#define MUTATOR_HOOKFUNCTION(...)
Definition base.qh:335
#define ISGAMETYPE(NAME)
Definition main.qh:46