--------------------------------------------- IS UNPOWERED -----------------------------------------------
| 611 | } |
| 612 | //--------------------------------------------- IS UNPOWERED ----------------------------------------------- |
| 613 | bool UnitImpl::isPowered() const |
| 614 | { |
| 615 | return self->isPowered; |
| 616 | } |
| 617 | //--------------------------------------------- IS VISIBLE ------------------------------------------------- |
| 618 | bool UnitImpl::isVisible(Player player) const |
| 619 | { |
no outgoing calls