Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
cl_invasion.qc File Reference
Include dependency graph for cl_invasion.qc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 MUTATOR_HOOKFUNCTION (cl_inv, DrawScoreboardItemStats)
 REGISTER_MUTATOR (cl_inv, true)

Function Documentation

◆ MUTATOR_HOOKFUNCTION()

MUTATOR_HOOKFUNCTION ( cl_inv ,
DrawScoreboardItemStats  )

Definition at line 7 of file cl_invasion.qc.

8{
9 return ISGAMETYPE(INVASION); // hide the item stats panel
10}
#define ISGAMETYPE(NAME)
Definition main.qh:46

References ISGAMETYPE.

◆ REGISTER_MUTATOR()

REGISTER_MUTATOR ( cl_inv ,
true  )