--------------------------------------------- CAN TRAIN --------------------------------------------------
| 724 | } |
| 725 | //--------------------------------------------- CAN TRAIN -------------------------------------------------- |
| 726 | bool UnitImpl::canTrain(bool checkCommandibility) const |
| 727 | { |
| 728 | return Templates::canTrain(const_cast<UnitImpl*>(this), checkCommandibility); |
| 729 | } |
| 730 | bool UnitImpl::canTrain(UnitType uType, bool checkCanIssueCommandType, bool checkCommandibility) const |
| 731 | { |
| 732 | return Templates::canTrain(const_cast<UnitImpl*>(this), uType, checkCanIssueCommandType, checkCommandibility); |
nothing calls this directly
no test coverage detected