Home
last modified time | relevance | path

Searched refs:NoClearance (Results 1 – 10 of 10) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DLargeSceneryRemoveAction.cpp97 …return MakeResult(GameActions::Status::NoClearance, STR_CANT_REMOVE_THIS, STR_LAND_NOT_OWNED_BY_PA… in Query()
103 …return MakeResult(GameActions::Status::NoClearance, STR_CANT_REMOVE_THIS, STR_LAND_NOT_OWNED_BY_PA… in Query()
168 …return MakeResult(GameActions::Status::NoClearance, STR_CANT_REMOVE_THIS, STR_LAND_NOT_OWNED_BY_PA… in Execute()
H A DSmallSceneryRemoveAction.cpp81 res->Error = GameActions::Status::NoClearance; in Query()
91 res->Error = GameActions::Status::NoClearance; in Query()
H A DMazeSetTrackAction.cpp120 res->Error = GameActions::Status::NoClearance; in Query()
127 res->Error = GameActions::Status::NoClearance; in Query()
135 res->Error = GameActions::Status::NoClearance; in Query()
H A DMazePlaceTrackAction.cpp100 res->Error = GameActions::Status::NoClearance; in Query()
107 res->Error = GameActions::Status::NoClearance; in Query()
H A DGameActionResult.h41 NoClearance, enumerator
H A DWallPlaceAction.cpp515 … auto res = MakeResult(GameActions::Status::NoClearance, STR_CANT_BUILD_THIS_HERE, STR_NONE); in WallCheckObstruction()
523 auto res = MakeResult(GameActions::Status::NoClearance, STR_CANT_BUILD_THIS_HERE, STR_NONE); in WallCheckObstruction()
H A DRideDemolishAction.cpp70 GameActions::Status::NoClearance, STR_CANT_DEMOLISH_RIDE, in Query()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DConstructionClearance.cpp163 res->Error = GameActions::Status::NoClearance; in MapCanConstructWithClearAt()
178 res->Error = GameActions::Status::NoClearance; in MapCanConstructWithClearAt()
260 res->Error = GameActions::Status::NoClearance; in MapCanConstructWithClearAt()
H A DTileInspector.cpp494 GameActions::Status::NoClearance, STR_CANT_LOWER_ELEMENT_HERE, STR_NO_CLEARANCE); in ValidateTileHeight()
499 GameActions::Status::NoClearance, STR_CANT_RAISE_ELEMENT_HERE, STR_NO_CLEARANCE); in ValidateTileHeight()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/peep/
H A DPeep.cpp606 …GameActions::Status::NoClearance, STR_ERR_CANT_PLACE_PERSON_HERE, stringId, res->ErrorMessageArgs.… in Place()