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

Method getHatchery

bwapi/Shared/UnitShared.cpp:355–358  ·  view source on GitHub ↗

--------------------------------------------- GET HATCHERY -----------------------------------------------

Source from the content-addressed store, hash-verified

353 }
354 //--------------------------------------------- GET HATCHERY -----------------------------------------------
355 Unit UnitImpl::getHatchery() const
356 {
357 return Broodwar->getUnit(self->hatchery);
358 }
359 //--------------------------------------------- GET LARVA --------------------------------------------------
360 Unitset UnitImpl::getLarva() const
361 {

Callers 2

augmentUnitDataMethod · 0.80
onMatchFrameMethod · 0.80

Calls 1

getUnitMethod · 0.45

Tested by

no test coverage detected