OpenTTD Source  20240917-master-g9ab0a47812
LocaleSettings Struct Reference

Settings related to currency/unit systems. More...

#include <settings_type.h>

Data Fields

uint8_t currency
 currency we currently use
 
uint8_t units_velocity
 unit system for velocity of trains and road vehicles
 
uint8_t units_velocity_nautical
 unit system for velocity of ships and aircraft
 
uint8_t units_power
 unit system for power
 
uint8_t units_weight
 unit system for weight
 
uint8_t units_volume
 unit system for volume
 
uint8_t units_force
 unit system for force
 
uint8_t units_height
 unit system for height
 
std::string digit_group_separator
 thousand separator for non-currencies
 
std::string digit_group_separator_currency
 thousand separator for currencies
 
std::string digit_decimal_separator
 decimal separator
 

Detailed Description

Settings related to currency/unit systems.

Definition at line 267 of file settings_type.h.


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