|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Functions | |
| REGISTER_MUTATOR (melee_only, expr_evaluate(autocvar_g_melee_only) &&!MUTATOR_IS_ENABLED(mutator_instagib) &&!MUTATOR_IS_ENABLED(ok) &&!MapInfo_LoadedGametype.m_weaponarena) | |
Variables | |
| string | autocvar_g_melee_only |
| REGISTER_MUTATOR | ( | melee_only | , |
| expr_evaluate(autocvar_g_melee_only) &&!MUTATOR_IS_ENABLED(mutator_instagib) &&!MUTATOR_IS_ENABLED(ok) &&!MapInfo_LoadedGametype. | m_weaponarena ) |
References autocvar_g_melee_only, and MapInfo_LoadedGametype.
| string autocvar_g_melee_only |
Definition at line 5 of file sv_melee_only.qh.
Referenced by REGISTER_MUTATOR().