Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ reset
Method
reset
src/OpenLoco/src/World/Station.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
std::array<uint8_t, kMapSize> data = {};
53
54
void reset()
55
{
56
data.fill(0);
57
}
58
59
bool mapHas1(const tile_coord_t x, const tile_coord_t y) const
60
{
Callers
6
tickInterrupted
Function · 0.45
fixedUpdate
Function · 0.45
updateProducedCargoStats
Method · 0.45
createCompany
Function · 0.45
freeFileDetails
Function · 0.45
readKeyboardState
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected