MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / getMapSelectionArea

Function getMapSelectionArea

src/OpenLoco/src/Map/MapSelection.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 }
200
201 std::pair<Pos2, Pos2> getMapSelectionArea()
202 {
203 return std::make_pair(Pos2{ _mapSelectionAX, _mapSelectionAY }, Pos2{ _mapSelectionBX, _mapSelectionBY });
204 }
205
206 void setMapSelectionCorner(const MapSelectionType corner)
207 {

Callers 9

onToolUpdateFunction · 0.85
clearLandFunction · 0.85
lowerLandFunction · 0.85
raiseLandFunction · 0.85
onPaintToolUpdateFunction · 0.85
paintLandFunction · 0.85
raiseWaterFunction · 0.85
lowerWaterFunction · 0.85
paintSurfaceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected