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

Method canBuildHere

bwapi/Shared/GameShared.cpp:81–84  ·  view source on GitHub ↗

--------------------------------------------- CAN BUILD HERE ---------------------------------------------

Source from the content-addressed store, hash-verified

79 }
80 //--------------------------------------------- CAN BUILD HERE ---------------------------------------------
81 bool GameImpl::canBuildHere(TilePosition position, UnitType type, Unit builder, bool checkExplored)
82 {
83 return Templates::canBuildHere(builder,position,type,checkExplored);
84 }
85 //--------------------------------------------- CAN MAKE ---------------------------------------------------
86 bool GameImpl::canMake(UnitType type, Unit builder) const
87 {

Callers 5

canBuildFunction · 0.80
canBuildAddonFunction · 0.80
AssignBuildableLocationsFunction · 0.80
canBuildHereWithSpaceMethod · 0.80
onStartMethod · 0.80

Calls 1

canBuildHereFunction · 0.85

Tested by 1

onStartMethod · 0.64