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

Go to the source code of this file.

Functions

 REGISTER_MUTATOR (ok, false)

Function Documentation

◆ REGISTER_MUTATOR()

REGISTER_MUTATOR ( ok ,
false  )

Definition at line 3 of file cl_overkill.qc.

4{
6 cvar_settemp("g_overkill", "1");
7 }
8}
#define MUTATOR_ONADD
Definition base.qh:309
float cvar_settemp(string tmp_cvar, string tmp_value)
Definition util.qc:811

References cvar_settemp(), and MUTATOR_ONADD.