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

Method canBuildAddon

bwapi/Shared/UnitShared.cpp:717–720  ·  view source on GitHub ↗

--------------------------------------------- CAN BUILD ADDON --------------------------------------------

Source from the content-addressed store, hash-verified

715 }
716 //--------------------------------------------- CAN BUILD ADDON --------------------------------------------
717 bool UnitImpl::canBuildAddon(bool checkCommandibility) const
718 {
719 return Templates::canBuildAddon(const_cast<UnitImpl*>(this), checkCommandibility);
720 }
721 bool UnitImpl::canBuildAddon(UnitType uType, bool checkCanIssueCommandType, bool checkCommandibility) const
722 {
723 return Templates::canBuildAddon(const_cast<UnitImpl*>(this), uType, checkCanIssueCommandType, checkCommandibility);

Callers 2

canBuildAddonFunction · 0.45
canBuildHereWithSpaceMethod · 0.45

Calls 1

canBuildAddonFunction · 0.85

Tested by

no test coverage detected