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

Method canCommand

bwapi/Shared/UnitShared.cpp:639–642  ·  view source on GitHub ↗

--------------------------------------------- CAN COMMAND ------------------------------------------------

Source from the content-addressed store, hash-verified

637 }
638 //--------------------------------------------- CAN COMMAND ------------------------------------------------
639 bool UnitImpl::canCommand() const
640 {
641 return Templates::canCommand(const_cast<UnitImpl*>(this));
642 }
643 bool UnitImpl::canCommandGrouped(bool checkCommandibility) const
644 {
645 return Templates::canCommandGrouped(const_cast<UnitImpl*>(this), checkCommandibility);

Callers 2

prepareIssueCommandMethod · 0.80
issueCommandMethod · 0.80

Calls 1

canCommandFunction · 0.85

Tested by

no test coverage detected