OpenTTD Source 20260208-master-g43af8e94d0
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 589 of file fios.cpp.

Member Function Documentation

◆ operator==()

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

Definition at line 594 of file fios.cpp.

Field Documentation

◆ filename

std::string ScenarioIdentifier::filename

filename of the file.

Definition at line 592 of file fios.cpp.

◆ md5sum

MD5Hash ScenarioIdentifier::md5sum

MD5 checksum of file.

Definition at line 591 of file fios.cpp.

◆ scenid

uint32_t ScenarioIdentifier::scenid

ID for the scenario (generated by content).

Definition at line 590 of file fios.cpp.


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