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

Method canMake

bwapi/Shared/GameShared.cpp:86–89  ·  view source on GitHub ↗

--------------------------------------------- CAN MAKE ---------------------------------------------------

Source from the content-addressed store, hash-verified

84 }
85 //--------------------------------------------- CAN MAKE ---------------------------------------------------
86 bool GameImpl::canMake(UnitType type, Unit builder) const
87 {
88 return Templates::canMake(builder,type);
89 }
90 //--------------------------------------------- CAN RESEARCH -----------------------------------------------
91 bool GameImpl::canResearch(TechType type, Unit unit, bool checkCanIssueCommandType)
92 {

Callers 5

canBuildFunction · 0.80
canBuildAddonFunction · 0.80
canTrainFunction · 0.80
canMorphFunction · 0.80
onStartMethod · 0.80

Calls 1

canMakeFunction · 0.85

Tested by 1

onStartMethod · 0.64