--------------------------------------------- CAN USE TECH POSITION --------------------------------------
| 1056 | } |
| 1057 | //--------------------------------------------- CAN USE TECH POSITION -------------------------------------- |
| 1058 | bool UnitImpl::canUseTechPosition(BWAPI::TechType tech, bool checkCanIssueCommandType, bool checkCommandibility) const |
| 1059 | { |
| 1060 | return Templates::canUseTechPosition(const_cast<UnitImpl*>(this), tech, checkCanIssueCommandType, checkCommandibility); |
| 1061 | } |
| 1062 | bool UnitImpl::canUseTechPosition(BWAPI::TechType tech, Position target, bool checkTargetsPositions, bool checkCanIssueCommandType, bool checkCommandibility) const |
| 1063 | { |
| 1064 | return Templates::canUseTechPosition(const_cast<UnitImpl*>(this), tech, target, checkTargetsPositions, checkCanIssueCommandType, checkCommandibility); |
nothing calls this directly
no test coverage detected