Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ GetLoadDescription
Method
GetLoadDescription
src/saveload/saveload.cpp:3444–3448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3442
}
3443
3444
SaveLoadTable SaveLoadHandler::GetLoadDescription() const
3445
{
3446
assert(this->load_description.has_value());
3447
return *this->load_description;
3448
}
Callers
15
Load
Method · 0.80
Load
Method · 0.80
Load
Method · 0.80
Load
Method · 0.80
Load
Method · 0.80
Load
Method · 0.80
Load
Method · 0.80
Load
Method · 0.80
Load
Method · 0.80
Load
Method · 0.80
Load
Method · 0.80
LoadChange
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected