OpenTTD Source 20260206-master-g4d4e37dbf1
BaseGraphics::Ini Struct Reference

Values loaded from config file. More...

#include <base_media_graphics.h>

Data Fields

std::string name
uint32_t shortname
 unique key for base set
uint32_t extra_version
 version of the extra GRF
std::vector< uint32_t > extra_params
 parameters for the extra GRF

Detailed Description

Values loaded from config file.

Definition at line 64 of file base_media_graphics.h.

Field Documentation

◆ extra_params

std::vector<uint32_t> BaseGraphics::Ini::extra_params

parameters for the extra GRF

Definition at line 68 of file base_media_graphics.h.

◆ extra_version

uint32_t BaseGraphics::Ini::extra_version

version of the extra GRF

Definition at line 67 of file base_media_graphics.h.

◆ name

std::string BaseGraphics::Ini::name

Definition at line 65 of file base_media_graphics.h.

◆ shortname

uint32_t BaseGraphics::Ini::shortname

unique key for base set

Definition at line 66 of file base_media_graphics.h.


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