Home
last modified time | relevance | path

Searched refs:objectiveAllowedByPaymentSettings (Results 1 – 2 of 2) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scenario/
H A DScenario.h111 …const bool objectiveAllowedByPaymentSettings = (Type != OBJECTIVE_MONTHLY_RIDE_INCOME) || canAskMo… in IsValid() local
112 return objectiveAllowedByMoneyUsage && objectiveAllowedByPaymentSettings; in IsValid()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DEditorObjectiveOptions.cpp413 …const bool objectiveAllowedByPaymentSettings = (i != OBJECTIVE_MONTHLY_RIDE_INCOME) || park_ride_p… in window_editor_objective_options_show_objective_dropdown() local
414 if (objectiveAllowedByMoneyUsage && objectiveAllowedByPaymentSettings) in window_editor_objective_options_show_objective_dropdown()
687 const bool objectiveAllowedByPaymentSettings = (objectiveType != OBJECTIVE_MONTHLY_RIDE_INCOME) in window_editor_objective_options_main_update() local
689 if (!objectiveAllowedByMoneyUsage || !objectiveAllowedByPaymentSettings) in window_editor_objective_options_main_update()