--------------------------------------------- IS INTERRUPTIBLE -------------------------------------------
| 541 | } |
| 542 | //--------------------------------------------- IS INTERRUPTIBLE ------------------------------------------- |
| 543 | bool UnitImpl::isInterruptible() const |
| 544 | { |
| 545 | return self->isInterruptible; |
| 546 | } |
| 547 | //--------------------------------------------- IS INVINCIBLE ---------------------------------------------- |
| 548 | bool UnitImpl::isInvincible() const |
| 549 | { |
no outgoing calls
no test coverage detected