--------------------------------------------- CAN BUILD ADDON --------------------------------------------
| 715 | } |
| 716 | //--------------------------------------------- CAN BUILD ADDON -------------------------------------------- |
| 717 | bool UnitImpl::canBuildAddon(bool checkCommandibility) const |
| 718 | { |
| 719 | return Templates::canBuildAddon(const_cast<UnitImpl*>(this), checkCommandibility); |
| 720 | } |
| 721 | bool UnitImpl::canBuildAddon(UnitType uType, bool checkCanIssueCommandType, bool checkCommandibility) const |
| 722 | { |
| 723 | return Templates::canBuildAddon(const_cast<UnitImpl*>(this), uType, checkCanIssueCommandType, checkCommandibility); |
no test coverage detected