Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getBoundsTop
Method
getBoundsTop
bwapi/Shared/RegionShared.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
return self->leftMost;
39
}
40
int RegionImpl::getBoundsTop() const
41
{
42
return self->topMost;
43
}
44
int RegionImpl::getBoundsRight() const
45
{
46
return self->rightMost;
Callers
1
getUnits
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected