| 1078 | return Templates::canIssueCommandType(const_cast<UnitImpl*>(this), ct, checkCommandibility); |
| 1079 | } |
| 1080 | bool UnitImpl::canIssueCommandTypeGrouped(BWAPI::UnitCommandType ct, bool checkCommandibilityGrouped, bool checkCommandibility) const |
| 1081 | { |
| 1082 | return Templates::canIssueCommandTypeGrouped(const_cast<UnitImpl*>(this), ct, checkCommandibilityGrouped, checkCommandibility); |
| 1083 | } |
| 1084 | //--------------------------------------------- CAN ISSUE COMMAND ------------------------------------------ |
| 1085 | bool UnitImpl::canIssueCommand(UnitCommand command, bool checkCanUseTechPositionOnPositions, bool checkCanUseTechUnitOnUnits, bool checkCanBuildUnitType, bool checkCanTargetUnit, bool checkCanIssueCommandType, bool checkCommandibility) const |
| 1086 | { |
nothing calls this directly
no test coverage detected