Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ top
Method
top
bwapi/BWScriptEmulator/Location.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
return this->topLeft.x;
20
}
21
int Location::top() const
22
{
23
return this->topLeft.y;
24
}
25
int Location::right() const
26
{
27
return this->bottomRight.x;
Callers
1
ret
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected