MCPcopy 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}
21int Location::top() const
22{
23 return this->topLeft.y;
24}
25int Location::right() const
26{
27 return this->bottomRight.x;

Callers 1

retMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected