--------------------------------------------- IS TARGETABLE ----------------------------------------------
| 632 | } |
| 633 | //--------------------------------------------- IS TARGETABLE ---------------------------------------------- |
| 634 | bool UnitImpl::isTargetable() const |
| 635 | { |
| 636 | return Templates::canTargetUnit(const_cast<UnitImpl*>(this)); |
| 637 | } |
| 638 | //--------------------------------------------- CAN COMMAND ------------------------------------------------ |
| 639 | bool UnitImpl::canCommand() const |
| 640 | { |
nothing calls this directly
no test coverage detected