MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / getMapSelectRange

Function getMapSelectRange

src/openrct2/world/MapSelection.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30static uint8_t _previousMapSelectArrowDirection;
31
32MapRange getMapSelectRange()
33{
34 return MapRange(gMapSelectPositionA, gMapSelectPositionB);
35}
36
37void setMapSelectRange(const MapRange& range)
38{

Calls 1

MapRangeClass · 0.70

Tested by

no test coverage detected