Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
sv_duel.qh
Go to the documentation of this file.
1
#pragma once
2
3
#include <
common/mutators/base.qh
>
4
REGISTER_MUTATOR
(duel,
false
)
5
{
6
MUTATOR_STATIC
();
7
return
0;
8
}
9
10
bool
autocvar_g_duel_with_powerups
;
base.qh
REGISTER_MUTATOR
#define REGISTER_MUTATOR(...)
Definition
base.qh:295
MUTATOR_STATIC
#define MUTATOR_STATIC()
Definition
base.qh:313
autocvar_g_duel_with_powerups
bool autocvar_g_duel_with_powerups
Definition
sv_duel.qh:10
common
gametypes
gametype
duel
sv_duel.qh
Generated on
for Xonotic QuakeC by
1.14.0