MCPcopy Create free account
hub / github.com/bwapi/bwapi / canIssueCommandTypeGrouped

Method canIssueCommandTypeGrouped

bwapi/Shared/UnitShared.cpp:1080–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected