|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include <common/mutators/mutator/nades/nades.qh>Go to the source code of this file.
Classes | |
| class | AmmoNade |
Functions | |
| void | nade_ammo_boom (entity this) |
Definition at line 67 of file ammo.qc.
References autocvar_g_nades_ammo_radius, autocvar_g_nades_ammo_time, entity(), nade_ammo_touch(), nades_spawn_orb(), and settouch.
Referenced by nade_boom().
| bool autocvar_g_nades_ammo |
Definition at line 6 of file ammo.qh.
Referenced by nades_CheckTypes().
| float autocvar_g_nades_ammo_clip_empty_rate |
Definition at line 11 of file ammo.qh.
Referenced by nade_ammo_touch().
| float autocvar_g_nades_ammo_foe |
Definition at line 10 of file ammo.qh.
Referenced by nade_ammo_touch().
| float autocvar_g_nades_ammo_friend |
Definition at line 9 of file ammo.qh.
Referenced by MUTATOR_HOOKFUNCTION(), and nade_ammo_touch().
| float autocvar_g_nades_ammo_radius |
Definition at line 12 of file ammo.qh.
Referenced by nade_ammo_boom().
| float autocvar_g_nades_ammo_rate |
Definition at line 8 of file ammo.qh.
Referenced by nade_ammo_touch().
| float autocvar_g_nades_ammo_time |
Definition at line 7 of file ammo.qh.
Referenced by nade_ammo_boom().
| const int PROJECTILE_NADE_AMMO_BURN = 89 |
Definition at line 19 of file ammo.qh.
Referenced by NADE_PROJECTILE().