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

Method targetsPosition

bwapi/BWAPILIB/Source/TechType.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 return !!(techTypeFlags[this->getID()] & TARG_UNIT);
259 }
260 bool TechType::targetsPosition() const
261 {
262 return !!(techTypeFlags[this->getID()] & TARG_POS);
263 }
264 const UnitType::set& TechType::whatUses() const
265 {
266 return techInternalUsage::techWhatUses[this->getID()];

Callers 5

canUseTechWithoutTargetFunction · 0.80
canUseTechPositionFunction · 0.80
addMethod · 0.80
writeTechInfoFunction · 0.80
executeMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected