Home
last modified time | relevance | path

Searched defs:GiveAmmo (Results 1 – 4 of 4) sorted by relevance

/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/
H A DAmmoPool.cs81 public bool GiveAmmo(Actor self, int count) in GiveAmmo() method in OpenRA.Mods.Common.Traits.AmmoPool
/dports/games/edge/Edge-1.35-source/src/
H A Dp_inter.cc89 static void GiveAmmo(pickup_info_t *pu, benefit_t *be) in GiveAmmo() function
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_agent.cpp1398 void GiveAmmo( in GiveAmmo() function
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_mobj.cpp819 bool AActor::GiveAmmo (const PClass *type, int amount) in GiveAmmo() function in AActor