Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ center
Method
center
bwapi/BWScriptEmulator/Location.cpp:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
{};
12
13
BWAPI::Position Location::center() const
14
{
15
return (this->topLeft + this->bottomRight)/2;
16
}
17
int Location::left() const
18
{
19
return this->topLeft.x;
Callers
6
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected