Xonotic
cl_invasion.qc
Go to the documentation of this file.
1 #include "cl_invasion.qh"
2 
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 }
MUTATOR_HOOKFUNCTION(cl_inv, DrawScoreboardItemStats)
Definition: cl_invasion.qc:7
REGISTER_MUTATOR(cl_inv, true)
#define ISGAMETYPE(NAME)
Definition: main.qh:32