OpenTTD Source
20241108-master-g80f628063a
|
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 | |
Settings related to currency/unit systems.
Definition at line 267 of file settings_type.h.