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

Method getBoundsLeft

bwapi/Shared/RegionShared.cpp:36–39  ·  view source on GitHub ↗

------------------------------------ BOUNDS -------------------------------------------------------------

Source from the content-addressed store, hash-verified

34 }
35 // ------------------------------------ BOUNDS -------------------------------------------------------------
36 int RegionImpl::getBoundsLeft() const
37 {
38 return self->leftMost;
39 }
40 int RegionImpl::getBoundsTop() const
41 {
42 return self->topMost;

Callers 1

getUnitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected