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

Method isTwoUnitsInOneEgg

bwapi/BWAPILIB/Source/UnitType.cpp:2440–2443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2438 return !!(UnitPrototypeFlags::unitFlags[this->getID()] & UnitPrototypeFlags::CreepBuilding);
2439 }
2440 bool UnitType::isTwoUnitsInOneEgg() const
2441 {
2442 return !!(UnitPrototypeFlags::unitFlags[this->getID()] & UnitPrototypeFlags::TwoUnitsIn1Egg);
2443 }
2444 bool UnitType::isBurrowable() const
2445 {
2446 return !!(UnitPrototypeFlags::unitFlags[this->getID()] & UnitPrototypeFlags::Burrowable);

Callers 4

canMakeFunction · 0.80
startMethod · 0.80
stopMethod · 0.80
executeMethod · 0.80

Calls 1

getIDMethod · 0.45

Tested by 2

startMethod · 0.64
stopMethod · 0.64