|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | DROP_AMMO_RESOURCE(res_resource) |
| #define | GIVE_AMMO_RESOURCE(res_resource, max_resource) |
Functions | |
| void | nade_ammo_boom (entity this) |
| void | nade_ammo_touch (entity this, entity toucher) |
| #define DROP_AMMO_RESOURCE | ( | res_resource | ) |
Referenced by nade_ammo_touch().
| #define GIVE_AMMO_RESOURCE | ( | res_resource, | |
| max_resource ) |
Referenced by nade_ammo_touch().
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().
Definition at line 4 of file ammo.qc.
References autocvar_g_nades_ammo_clip_empty_rate, autocvar_g_nades_ammo_foe, autocvar_g_nades_ammo_friend, autocvar_g_nades_ammo_rate, autocvar_g_pickup_cells_max, autocvar_g_pickup_nails_max, autocvar_g_pickup_rockets_max, autocvar_g_pickup_shells_max, clip_load, DROP_AMMO_RESOURCE, entity(), frametime, GIVE_AMMO_RESOURCE, IS_DEAD, IS_MONSTER, IS_PLAYER, max(), MAX_WEAPONSLOTS, nade_show_particles, realowner, SAME_TEAM, Send_Effect(), STAT, toucher, vec2, and weaponentities.
Referenced by nade_ammo_boom().