MCPcopy Create free account
hub / github.com/bwapi/bwapi / targetsNonRobotic

Method targetsNonRobotic

bwapi/BWAPILIB/Source/WeaponType.cpp:597–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

595 return !!(wpnFlags[this->getID()] & TARG_NOBUILD);
596 }
597 bool WeaponType::targetsNonRobotic() const
598 {
599 return !!(wpnFlags[this->getID()] & TARG_NOROBOT);
600 }
601 bool WeaponType::targetsTerrain() const
602 {
603 return !!(wpnFlags[this->getID()] & TARG_TERRAIN);

Callers 2

WeaponCanHitFunction · 0.80
getUnitsInWeaponRangeMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected