--------------------------------------------- IS INVINCIBLE ----------------------------------------------
| 546 | } |
| 547 | //--------------------------------------------- IS INVINCIBLE ---------------------------------------------- |
| 548 | bool UnitImpl::isInvincible() const |
| 549 | { |
| 550 | return self->isInvincible; |
| 551 | } |
| 552 | //--------------------------------------------- IS LIFTED -------------------------------------------------- |
| 553 | bool UnitImpl::isLifted() const |
| 554 | { |
no outgoing calls
no test coverage detected