|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "sv_weaponarena_random.qh"Go to the source code of this file.
Functions | |
| MUTATOR_HOOKFUNCTION (weaponarena_random, GiveFragsForKill) | |
| MUTATOR_HOOKFUNCTION (weaponarena_random, PlayerSpawn) | |
| MUTATOR_HOOKFUNCTION (weaponarena_random, SetStartItems) | |
| REGISTER_MUTATOR (weaponarena_random, true) | |
| MUTATOR_HOOKFUNCTION | ( | weaponarena_random | , |
| GiveFragsForKill | ) |
Definition at line 26 of file sv_weaponarena_random.qc.
References DEATH_WEAPONOF, entity(), g_weaponarena_random, g_weaponarena_random_with_blaster, M_ARGV, new_pure, start_weapons, STAT, w_getbestweapon, W_RandomWeapons(), W_SwitchWeapon_Force(), warmup_stage, WARMUP_START_WEAPONS, and WepSet_FromWeapon.
| MUTATOR_HOOKFUNCTION | ( | weaponarena_random | , |
| PlayerSpawn | ) |
Definition at line 16 of file sv_weaponarena_random.qc.
References entity(), g_weaponarena_random, g_weaponarena_random_with_blaster, M_ARGV, STAT, W_RandomWeapons(), and WEPSET.
| MUTATOR_HOOKFUNCTION | ( | weaponarena_random | , |
| SetStartItems | ) |
Definition at line 6 of file sv_weaponarena_random.qc.
References cvar(), g_weaponarena, g_weaponarena_random, and g_weaponarena_random_with_blaster.
| REGISTER_MUTATOR | ( | weaponarena_random | , |
| true | ) |