--------------------------------------------- IS CONSTRUCTING --------------------------------------------
| 437 | } |
| 438 | //--------------------------------------------- IS CONSTRUCTING -------------------------------------------- |
| 439 | bool UnitImpl::isConstructing() const |
| 440 | { |
| 441 | return self->isConstructing; |
| 442 | } |
| 443 | //--------------------------------------------- IS DETECTED ------------------------------------------------ |
| 444 | bool UnitImpl::isDetected() const |
| 445 | { |
no outgoing calls