Home
last modified time | relevance | path

Searched refs:NoFreeElements (Results 1 – 16 of 16) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DStaffHireNewAction.cpp91 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_HIRE_NEW_STAFF, STR_TOO_MANY_PEOPL… in QueryExecute()
118 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_HIRE_NEW_STAFF, STR_TOO_MANY_STAFF… in QueryExecute()
125 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_HIRE_NEW_STAFF, STR_TOO_MANY_PEOPL… in QueryExecute()
H A DBannerPlaceAction.cpp64 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_POSITION_THIS_HERE, STR_TILE_ELEME… in Query()
116 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_POSITION_THIS_HERE, STR_TILE_ELEME… in Execute()
H A DGameActionResult.h47 NoFreeElements, enumerator
H A DRideEntranceExitPlaceAction.cpp101 …return MakeResult(GameActions::Status::NoFreeElements, errorTitle, STR_TILE_ELEMENT_LIMIT_REACHED); in Query()
232 …return MakeResult(GameActions::Status::NoFreeElements, errorTitle, STR_TILE_ELEMENT_LIMIT_REACHED); in TrackPlaceQuery()
H A DTrackDesignAction.cpp81 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_CREATE_NEW_RIDE_ATTRACTION, STR_NO… in Query()
153 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_CREATE_NEW_RIDE_ATTRACTION, STR_NO… in Execute()
H A DSmallSceneryPlaceAction.cpp102 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_POSITION_THIS_HERE, STR_TILE_ELEME… in Query()
406 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_POSITION_THIS_HERE, STR_TILE_ELEME… in Execute()
H A DWallPlaceAction.cpp255 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_BUILD_THIS_HERE, STR_TILE_ELEMENT_… in Query()
355 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_POSITION_THIS_HERE, STR_TILE_ELEME… in Execute()
H A DMazePlaceTrackAction.cpp61 res->Error = GameActions::Status::NoFreeElements; in Query()
H A DPlaceParkEntranceAction.cpp64 … GameActions::Status::NoFreeElements, STR_CANT_BUILD_THIS_HERE, STR_ERR_LANDSCAPE_DATA_AREA_FULL); in Query()
H A DTrackPlaceAction.cpp169 GameActions::Status::NoFreeElements, STR_RIDE_CONSTRUCTION_CANT_CONSTRUCT_THIS_HERE, in Query()
572 GameActions::Status::NoFreeElements, STR_RIDE_CONSTRUCTION_CANT_CONSTRUCT_THIS_HERE, in Execute()
H A DFootpathPlaceFromTrackAction.cpp111 GameActions::Status::NoFreeElements, STR_RIDE_CONSTRUCTION_CANT_CONSTRUCT_THIS_HERE, in ElementInsertQuery()
H A DRideCreateAction.cpp74 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_CREATE_NEW_RIDE_ATTRACTION, STR_TO… in Query()
H A DMazeSetTrackAction.cpp73 res->Error = GameActions::Status::NoFreeElements; in Query()
H A DLargeSceneryPlaceAction.cpp161 …return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_POSITION_THIS_HERE, STR_TILE_ELEME… in Query()
H A DFootpathPlaceAction.cpp272 … return MakeResult(GameActions::Status::NoFreeElements, STR_CANT_BUILD_FOOTPATH_HERE, STR_NONE); in ElementInsertQuery()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/world/
H A DTileInspector.cpp99 …return std::make_unique<GameActions::Result>(GameActions::Status::NoFreeElements, STR_NONE, STR_NO… in InsertCorruptElementAt()
365 …return std::make_unique<GameActions::Result>(GameActions::Status::NoFreeElements, STR_NONE, STR_NO… in PasteElementAt()