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

Method IsFull

Source/Blaster/Weapon/Weapon.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342bool AWeapon::IsFull()
343{
344 return Ammo == MagCapacity;
345}
346
347FVector AWeapon::TraceEndWithScatter(const FVector& HitTarget)
348{

Callers 2

ReloadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected