Home
last modified time | relevance | path

Searched refs:EXPENSES_TRAIN_INC (Results 1 – 5 of 5) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_company.hpp110 EXPENSES_TRAIN_INC = ::EXPENSES_TRAIN_INC, ///< Income from trains. enumerator
/dports/games/openttd/openttd-12.1/src/
H A Deconomy_type.h165 EXPENSES_TRAIN_INC, ///< Income from trains. enumerator
H A Dtrain.h112 …ExpensesType GetExpenseType(bool income) const { return income ? EXPENSES_TRAIN_INC : EXPENSES_TRA…
H A Dcompany_cmd.cpp222 if (HasBit(1 << EXPENSES_TRAIN_INC | in SubtractMoneyFromAnyCompany()
H A Dcompany_gui.cpp62 EXPENSES_TRAIN_INC,
72 EXPENSES_TRAIN_INC,