--------------------------------------------- IS IDLE ----------------------------------------------------
| 536 | } |
| 537 | //--------------------------------------------- IS IDLE ---------------------------------------------------- |
| 538 | bool UnitImpl::isIdle() const |
| 539 | { |
| 540 | return self->isIdle; |
| 541 | } |
| 542 | //--------------------------------------------- IS INTERRUPTIBLE ------------------------------------------- |
| 543 | bool UnitImpl::isInterruptible() const |
| 544 | { |
no outgoing calls