OpenTTD Source 20260218-master-g2123fca5ea
FiosType Struct Reference

Elements of a file system that are recognized. More...

#include <fileio_type.h>

Public Member Functions

constexpr bool operator== (const FiosType &) const noexcept=default

Data Fields

AbstractFileType abstract
 Abstract file type.
DetailedFileType detailed
 Detailed file type.

Detailed Description

Elements of a file system that are recognized.

Definition at line 63 of file fileio_type.h.

Field Documentation

◆ abstract

AbstractFileType FiosType::abstract

Abstract file type.

Definition at line 64 of file fileio_type.h.

Referenced by ConLoad(), ConLoadHeightmap(), ConLoadScenario(), ConRemove(), and FileToSaveLoad::SetMode().

◆ detailed

DetailedFileType FiosType::detailed

Detailed file type.

Definition at line 65 of file fileio_type.h.

Referenced by ConChangeDirectory(), SaveLoadWindow::DrawWidget(), FiosBrowseTo(), and SaveLoadWindow::OnClick().


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