Xonotic
cl_overkill.qc File Reference
#include "cl_overkill.qh"
+ Include dependency graph for cl_overkill.qc:

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.

References cvar_settemp(), and MUTATOR_ONADD.

4 {
6  cvar_settemp("g_overkill", "1");
7  }
8 }
float cvar_settemp(string tmp_cvar, string tmp_value)
Definition: util.qc:696
#define MUTATOR_ONADD
Definition: base.qh:284
+ Here is the call graph for this function: