OpenTTD Source 20250428-master-g68ba2735ea
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 62 of file fileio_type.h.

Field Documentation

◆ abstract

AbstractFileType FiosType::abstract

Abstract file type.

Definition at line 63 of file fileio_type.h.

Referenced by InitializeWindowsAndCaches(), SIGNChunkHandler::Load(), NetworkRestartMap(), and FileToSaveLoad::SetMode().

◆ detailed

DetailedFileType FiosType::detailed

Detailed file type.

Definition at line 64 of file fileio_type.h.

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


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