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

Method canRightClickUnit

bwapi/Shared/UnitShared.cpp:967–970  ·  view source on GitHub ↗

--------------------------------------------- CAN RIGHT CLICK UNIT ---------------------------------------

Source from the content-addressed store, hash-verified

965 }
966 //--------------------------------------------- CAN RIGHT CLICK UNIT ---------------------------------------
967 bool UnitImpl::canRightClickUnit(bool checkCommandibility) const
968 {
969 return Templates::canRightClickUnit(const_cast<UnitImpl*>(this), checkCommandibility);
970 }
971 bool UnitImpl::canRightClickUnit(Unit targetUnit, bool checkCanTargetUnit, bool checkCanIssueCommandType, bool checkCommandibility) const
972 {
973 return Templates::canRightClickUnit(const_cast<UnitImpl*>(this), targetUnit, checkCanTargetUnit, checkCanIssueCommandType, checkCommandibility);

Callers

nothing calls this directly

Calls 1

canRightClickUnitFunction · 0.85

Tested by

no test coverage detected