Home
last modified time | relevance | path

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

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DFootpathRemoveAction.cpp55 …return MakeResult(GameActions::Status::NotOwned, STR_CANT_REMOVE_FOOTPATH_FROM_HERE, STR_LAND_NOT_… in Query()
60 …return MakeResult(GameActions::Status::NotOwned, STR_CANT_REMOVE_FOOTPATH_FROM_HERE, STR_LAND_NOT_… in Query()
66 …return MakeResult(GameActions::Status::InvalidParameters, STR_CANT_REMOVE_FOOTPATH_FROM_HERE, STR_… in Query()
114 …return MakeResult(GameActions::Status::InvalidParameters, STR_CANT_REMOVE_FOOTPATH_FROM_HERE, STR_… in Execute()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/localisation/
H A DStringIds.h596 STR_CANT_REMOVE_FOOTPATH_FROM_HERE = 1177, enumerator