--------------------------------------------- IS CARRYING MINERALS ---------------------------------------
| 422 | } |
| 423 | //--------------------------------------------- IS CARRYING MINERALS --------------------------------------- |
| 424 | bool UnitImpl::isCarryingMinerals() const |
| 425 | { |
| 426 | return self->carryResourceType == 2; |
| 427 | } |
| 428 | //--------------------------------------------- IS CLOAKED ------------------------------------------------- |
| 429 | bool UnitImpl::isCloaked() const |
| 430 | { |
no outgoing calls