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

Go to the source code of this file.

Functions

 REGISTER_MUTATOR (duel, false)

Variables

bool autocvar_g_duel_with_powerups

Function Documentation

◆ REGISTER_MUTATOR()

REGISTER_MUTATOR ( duel ,
false  )

Definition at line 4 of file sv_duel.qh.

5{
7 return 0;
8}
#define MUTATOR_STATIC()
Definition base.qh:313

References MUTATOR_STATIC.

Variable Documentation

◆ autocvar_g_duel_with_powerups

bool autocvar_g_duel_with_powerups

Definition at line 10 of file sv_duel.qh.

Referenced by MUTATOR_HOOKFUNCTION().