MCPcopy 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

tickInterruptedFunction · 0.45
fixedUpdateFunction · 0.45
createCompanyFunction · 0.45
freeFileDetailsFunction · 0.45
readKeyboardStateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected