--------------------------------------------- CAN USE TECH -----------------------------------------------
| 1026 | } |
| 1027 | //--------------------------------------------- CAN USE TECH ----------------------------------------------- |
| 1028 | bool UnitImpl::canUseTechWithOrWithoutTarget(bool checkCommandibility) const |
| 1029 | { |
| 1030 | return Templates::canUseTechWithOrWithoutTarget(const_cast<UnitImpl*>(this), checkCommandibility); |
| 1031 | } |
| 1032 | bool UnitImpl::canUseTechWithOrWithoutTarget(BWAPI::TechType tech, bool checkCanIssueCommandType, bool checkCommandibility) const |
| 1033 | { |
| 1034 | return Templates::canUseTechWithOrWithoutTarget(const_cast<UnitImpl*>(this), tech, checkCanIssueCommandType, checkCommandibility); |
nothing calls this directly
no test coverage detected