--------------------------------------------- CAN RESEARCH -----------------------------------------------
| 742 | } |
| 743 | //--------------------------------------------- CAN RESEARCH ----------------------------------------------- |
| 744 | bool UnitImpl::canResearch(bool checkCommandibility) const |
| 745 | { |
| 746 | return Templates::canResearch(const_cast<UnitImpl*>(this), checkCommandibility); |
| 747 | } |
| 748 | bool UnitImpl::canResearch(TechType type, bool checkCanIssueCommandType) const |
| 749 | { |
| 750 | return Templates::canResearch(const_cast<UnitImpl*>(this), type, checkCanIssueCommandType); |