Home
last modified time | relevance | path

Searched refs:EXPENSES_AIRCRAFT_RUN (Results 1 – 7 of 7) sorted by relevance

/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_company.hpp107 EXPENSES_AIRCRAFT_RUN = ::EXPENSES_AIRCRAFT_RUN, ///< Running costs aircraft. enumerator
/dports/games/openttd/openttd-12.1/src/
H A Daircraft.h94 …etExpenseType(bool income) const { return income ? EXPENSES_AIRCRAFT_INC : EXPENSES_AIRCRAFT_RUN; } in GetExpenseType()
H A Deconomy_type.h162 EXPENSES_AIRCRAFT_RUN, ///< Running costs aircraft. enumerator
H A Dcompany_cmd.cpp229 1 << EXPENSES_AIRCRAFT_RUN | in SubtractMoneyFromAnyCompany()
H A Dvehicle_cmd.cpp307 expense_type = EXPENSES_AIRCRAFT_RUN; in GetRefitCost()
H A Dcompany_gui.cpp59 EXPENSES_AIRCRAFT_RUN,
79 EXPENSES_AIRCRAFT_RUN,
H A Daircraft_cmd.cpp458 …CommandCost cost(EXPENSES_AIRCRAFT_RUN, this->GetRunningCost() * this->running_ticks / (DAYS_IN_YE… in OnNewDay()