Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
print
Function · 0.45
passesLevelFilter
Function · 0.45
chooseNextMusicTrack
Function · 0.45
resize
Function · 0.45
launchGameFromCmdLineOptions
Function · 0.45
validateLocoInstallPath
Function · 0.45
resolveLocoInstallPath
Function · 0.45
getPath
Function · 0.45
tryPathOrDefault
Function · 0.45
destroy
Function · 0.45
write
Function · 0.45
uncompressFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected