Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ size
Method
size
src/OpenLoco/src/Map/Tile.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
size_t Tile::size()
63
{
64
const auto dist = std::distance(begin(), end());
65
return static_cast<size_t>(dist);
66
}
67
68
TileElement* Tile::operator[](size_t i)
69
{
Callers
15
getPixel
Method · 0.45
chooseNextMusicTrack
Function · 0.45
validateStep1
Function · 0.45
setCursor
Function · 0.45
bitWiseLogDivergence
Function · 0.45
isLoggedDivergenceUserString
Function · 0.45
compareElements
Function · 0.45
autosaveClean
Function · 0.45
setDirectory
Function · 0.45
getSubPath
Function · 0.45
allocate
Function · 0.45
isLongOption
Method · 0.45
Calls
2
begin
Function · 0.85
end
Function · 0.85
Tested by
1
onToolDown
Function · 0.36