Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ getDrawableTileRange
Function
getDrawableTileRange
src/OpenLoco/src/Map/TileLoop.cpp:19–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
TilePosRangeView getDrawableTileRange()
20
{
21
return TilePosRangeView({ 1, 1 }, { kMapColumns - 2, kMapRows - 2 });
22
}
23
24
TilePosRangeView getWorldRange()
25
{
Callers
7
generateLand
Function · 0.85
generateWater
Function · 0.85
applySurfaceStyleToMarkedTiles
Function · 0.85
generateTerrainAroundCliffs
Function · 0.85
generateTerrain
Function · 0.85
generateSurfaceVariation
Function · 0.85
updateTreeSeasons
Function · 0.85
Calls
1
TilePosRangeView
Class · 0.85
Tested by
no test coverage detected