|
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 | HealNade |
Functions | |
| void | nade_heal_boom (entity this) |
Definition at line 34 of file heal.qc.
References autocvar_g_nades_heal_time, autocvar_g_nades_nade_radius, entity(), nade_heal_touch(), nades_spawn_orb(), origin, owner, realowner, and settouch.
Referenced by nade_boom().
Definition at line 6 of file heal.qh.
Referenced by nades_CheckTypes().
| float autocvar_g_nades_heal_foe |
Definition at line 10 of file heal.qh.
Referenced by nade_heal_touch().
| float autocvar_g_nades_heal_friend |
Definition at line 9 of file heal.qh.
Referenced by nade_heal_touch().
| float autocvar_g_nades_heal_rate |
Definition at line 8 of file heal.qh.
Referenced by nade_heal_touch().
| float autocvar_g_nades_heal_time |
Definition at line 7 of file heal.qh.
Referenced by nade_heal_boom().
| const int PROJECTILE_NADE_HEAL = 80 |
Definition at line 15 of file heal.qh.
Referenced by REGISTER_NADE().
| const int PROJECTILE_NADE_HEAL_BURN = 81 |
Definition at line 16 of file heal.qh.
Referenced by REGISTER_NADE().