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

Method isFlyingBuilding

bwapi/BWAPILIB/Source/UnitType.cpp:2460–2463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2458 return !!(UnitPrototypeFlags::unitFlags[this->getID()] & UnitPrototypeFlags::Addon);
2459 }
2460 bool UnitType::isFlyingBuilding() const
2461 {
2462 return !!(UnitPrototypeFlags::unitFlags[this->getID()] & UnitPrototypeFlags::FlyingBuilding);
2463 }
2464 bool UnitType::isNeutral() const
2465 {
2466 return this->getRace() == Races::None &&

Callers 7

canBuildHereFunction · 0.80
canMoveFunction · 0.80
canHoldPositionFunction · 0.80
canLiftFunction · 0.80
canLandFunction · 0.80
Filters.cppFile · 0.80
onFrameMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by 1

onFrameMethod · 0.64