Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
static uint8_t _previousMapSelectArrowDirection;
31
32
MapRange getMapSelectRange()
33
{
34
return MapRange(gMapSelectPositionA, gMapSelectPositionB);
35
}
36
37
void setMapSelectRange(const MapRange& range)
38
{
Callers
4
updateProvisionalTiles
Method · 0.85
onToolUpWall
Method · 0.85
WindowFootpathPlaceDragAreaSetStart
Method · 0.85
WindowFootpathPlaceDragAreaSetEnd
Method · 0.85
Calls
1
MapRange
Class · 0.70
Tested by
no test coverage detected