OpenTTD Source
20241108-master-g80f628063a
|
Data Fields | |
std::chrono::steady_clock::time_point | start_time |
Time when the current game was started. | |
std::string | savegame_id |
Unique ID of the savegame. | |
std::optional< size_t > | savegame_size |
Size of the last saved savegame in bytes, or std::nullopt if not saved yet. | |