OpenTTD Source 20260820-master-g39da062c0c
ScenarioIdentifier Struct Reference

Basic data to distinguish a scenario. More...

Public Member Functions

bool operator== (const ScenarioIdentifier &other) const

Data Fields

uint32_t scenid
 ID for the scenario (generated by content).
MD5Hash md5sum
 MD5 checksum of file.
std::string filename
 filename of the file.

Detailed Description

Basic data to distinguish a scenario.

Used in the server list window

Definition at line 612 of file fios.cpp.

Member Function Documentation

◆ operator==()

bool ScenarioIdentifier::operator== ( const ScenarioIdentifier & other) const
inline

Definition at line 617 of file fios.cpp.

Field Documentation

◆ filename

std::string ScenarioIdentifier::filename

filename of the file.

Definition at line 615 of file fios.cpp.

◆ md5sum

MD5Hash ScenarioIdentifier::md5sum

MD5 checksum of file.

Definition at line 614 of file fios.cpp.

◆ scenid

uint32_t ScenarioIdentifier::scenid

ID for the scenario (generated by content).

Definition at line 613 of file fios.cpp.


The documentation for this struct was generated from the following file: