Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
337
bool AWeapon::IsEmpty()
338
{
339
return Ammo <= 0;
340
}
341
342
bool AWeapon::IsFull()
343
{
Callers
3
PickupAmmo
Method · 0.80
ReloadEmptyWeapon
Method · 0.80
CanFire
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected