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

Method isCloakable

bwapi/BWAPILIB/Source/UnitType.cpp:2448–2451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2446 return !!(UnitPrototypeFlags::unitFlags[this->getID()] & UnitPrototypeFlags::Burrowable);
2447 }
2448 bool UnitType::isCloakable() const
2449 {
2450 return !!(UnitPrototypeFlags::unitFlags[this->getID()] & UnitPrototypeFlags::Cloakable);
2451 }
2452 bool UnitType::isBuilding() const
2453 {
2454 return !!(UnitPrototypeFlags::unitFlags[this->getID()] & UnitPrototypeFlags::Building);

Callers 2

DecloakCheckMethod · 0.80
Filters.cppFile · 0.80

Calls 1

getIDMethod · 0.45

Tested by

no test coverage detected