| 14 | return BWAPI::UnitType(this->unitType); |
| 15 | } |
| 16 | bool CUnit::movementFlag(u8 flags) const |
| 17 | { |
| 18 | return (this->movementFlags & flags) != 0; |
| 19 | } |
| 20 | bool CUnit::statusFlag(u32 flags) const |
| 21 | { |
| 22 | return (this->statusFlags & flags) != 0; |
no outgoing calls
no test coverage detected