MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / empty

Method empty

src/OpenLoco/src/World/Town.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 constexpr auto kMaxTownBridgeLength = 15U;
43
44 bool Town::empty() const
45 {
46 return name == StringIds::null;
47 }
48
49 /**
50 * 0x0049742F

Callers 15

printFunction · 0.45
passesLevelFilterFunction · 0.45
chooseNextMusicTrackFunction · 0.45
resizeFunction · 0.45
validateLocoInstallPathFunction · 0.45
resolveLocoInstallPathFunction · 0.45
getPathFunction · 0.45
tryPathOrDefaultFunction · 0.45
destroyFunction · 0.45
writeFunction · 0.45
uncompressFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected