|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "heal.qh"Go to the source code of this file.
Functions | |
| void | nade_heal_boom (entity this) |
| void | nade_heal_touch (entity this, entity toucher) |
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 4 of file heal.qc.
References autocvar_g_nades_heal_foe, autocvar_g_nades_heal_friend, autocvar_g_nades_heal_rate, autocvar_g_pickup_healthmega_max, Damage(), DMG_NOWEP, entity(), frametime, GetResource(), GiveResourceWithLimit(), IS_DEAD, IS_MONSTER, IS_PLAYER, IS_VEHICLE, nade_show_particles, realowner, SAME_TEAM, Send_Effect(), STAT, and toucher.
Referenced by nade_heal_boom().