| 22 | return (this->statusFlags & flags) != 0; |
| 23 | } |
| 24 | const CUnit* CUnit::getDamageDealer() const |
| 25 | { |
| 26 | if (this->subUnit != nullptr) return this->subUnit; |
| 27 | return this; |
| 28 | } |
| 29 | bool CUnit::isAttacking() const |
| 30 | { |
| 31 | BW::Anims::Enum animState = BW::Anims::Init; |
no outgoing calls
no test coverage detected