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

Method getBoundsRight

bwapi/Shared/RegionShared.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 return self->topMost;
43 }
44 int RegionImpl::getBoundsRight() const
45 {
46 return self->rightMost;
47 }
48 int RegionImpl::getBoundsBottom() const
49 {
50 return self->bottomMost;

Callers 1

getUnitsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected