Home
last modified time | relevance | path

Searched refs:_ErrorTitles (Results 1 – 6 of 6) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DLandBuyRightsAction.cpp107 return MakeResult(GameActions::Status::InvalidParameters, _ErrorTitles[0], STR_NONE); in map_buy_land_rights_for_tile()
114 …return MakeResult(GameActions::Status::InvalidParameters, _ErrorTitles[EnumValue(_setting)], STR_N… in map_buy_land_rights_for_tile()
129 …return MakeResult(GameActions::Status::NotOwned, _ErrorTitles[EnumValue(_setting)], STR_LAND_NOT_F… in map_buy_land_rights_for_tile()
149 …GameActions::Status::NotOwned, _ErrorTitles[EnumValue(_setting)], STR_CONSTRUCTION_RIGHTS_NOT_FOR_… in map_buy_land_rights_for_tile()
163 return MakeResult(GameActions::Status::InvalidParameters, _ErrorTitles[0], STR_NONE); in map_buy_land_rights_for_tile()
H A DParkSetParameterAction.cpp42 res->ErrorTitle = _ErrorTitles[EnumValue(_parameter)]; in Query()
73 res->ErrorTitle = _ErrorTitles[EnumValue(_parameter)]; in Execute()
H A DParkSetParameterAction.h28 constexpr static rct_string_id _ErrorTitles[] = { variable
H A DLandBuyRightsAction.h27 constexpr static rct_string_id _ErrorTitles[] = { variable
H A DLandSmoothAction.h22 constexpr static rct_string_id _ErrorTitles[] = { variable
H A DLandSmoothAction.cpp336 res->ErrorTitle = _ErrorTitles[_isLowering ? 0 : 1]; in SmoothLand()