OpenTTD Source 20250515-master-g6c84dd1f32
|
Describes properties of price bases. More...
#include <newgrf.h>
Data Fields | |
Money | start_price |
Default value at game start, before adding multipliers. | |
PriceCategory | category |
Price is affected by certain difficulty settings. | |
GrfSpecFeature | grf_feature |
GRF Feature that decides whether price multipliers apply locally or globally, GSF_END if none. | |
Price | fallback_price |
Fallback price multiplier for new prices but old grfs. | |
PriceCategory PriceBaseSpec::category |
Price PriceBaseSpec::fallback_price |
Fallback price multiplier for new prices but old grfs.
Definition at line 202 of file newgrf.h.
Referenced by FinalisePriceBaseMultipliers().
GrfSpecFeature PriceBaseSpec::grf_feature |
GRF Feature that decides whether price multipliers apply locally or globally, GSF_END if none.
Definition at line 201 of file newgrf.h.
Referenced by FinalisePriceBaseMultipliers().
Money PriceBaseSpec::start_price |
Default value at game start, before adding multipliers.
Definition at line 199 of file newgrf.h.
Referenced by RecomputePrices().