| 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); |