--------------------------------------------- CAN RIGHT CLICK UNIT ---------------------------------------
| 965 | } |
| 966 | //--------------------------------------------- CAN RIGHT CLICK UNIT --------------------------------------- |
| 967 | bool UnitImpl::canRightClickUnit(bool checkCommandibility) const |
| 968 | { |
| 969 | return Templates::canRightClickUnit(const_cast<UnitImpl*>(this), checkCommandibility); |
| 970 | } |
| 971 | bool UnitImpl::canRightClickUnit(Unit targetUnit, bool checkCanTargetUnit, bool checkCanIssueCommandType, bool checkCommandibility) const |
| 972 | { |
| 973 | return Templates::canRightClickUnit(const_cast<UnitImpl*>(this), targetUnit, checkCanTargetUnit, checkCanIssueCommandType, checkCommandibility); |
nothing calls this directly
no test coverage detected