Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/scenario/
H A DScenario.h109 const bool objectiveAllowedByMoneyUsage = useMoney || !NeedsMoney(); in IsValid() local
112 return objectiveAllowedByMoneyUsage && objectiveAllowedByPaymentSettings; in IsValid()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DEditorObjectiveOptions.cpp411 …const bool objectiveAllowedByMoneyUsage = !(parkFlags & PARK_FLAGS_NO_MONEY_SCENARIO) || !Objectiv… in window_editor_objective_options_show_objective_dropdown() local
414 if (objectiveAllowedByMoneyUsage && objectiveAllowedByPaymentSettings) in window_editor_objective_options_show_objective_dropdown()
684 const bool objectiveAllowedByMoneyUsage = !(parkFlags & PARK_FLAGS_NO_MONEY_SCENARIO) in window_editor_objective_options_main_update() local
689 if (!objectiveAllowedByMoneyUsage || !objectiveAllowedByPaymentSettings) in window_editor_objective_options_main_update()