MCPcopy Create free account
hub / github.com/DruidMech/MultiplayerCourseBlasterGame / IsEmpty

Method IsEmpty

Source/Blaster/Weapon/Weapon.cpp:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337bool AWeapon::IsEmpty()
338{
339 return Ammo <= 0;
340}
341
342bool AWeapon::IsFull()
343{

Callers 3

PickupAmmoMethod · 0.80
ReloadEmptyWeaponMethod · 0.80
CanFireMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected