Home
last modified time | relevance | path

Searched refs:G_EventInventoryAmmo (Results 1 – 3 of 3) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dg_events.h61 void G_EventInventoryAmmo(const Edict &ent, const objDef_t* ammo, int amount, shoot_types_t shootTy…
H A Dg_events.cpp182 void G_EventInventoryAmmo (const Edict &ent, const objDef_t* ammo, int amount, shoot_types_t shootT… in G_EventInventoryAmmo() function
H A Dg_combat.cpp1292 G_EventInventoryAmmo(*ent, weapon->ammoDef(), ammo, shootType); in G_ClientShoot()