Home
last modified time | relevance | path

Searched refs:OSL_PLATFORM_FAR_END (Results 1 – 7 of 7) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dorder_type.h86 OSL_PLATFORM_FAR_END = 2, ///< Stop at the far end of the platform enumerator
H A Dorder_gui.cpp416 …ype == VEH_TRAIN ? (OrderStopLocation)(_settings_client.gui.stop_location) : OSL_PLATFORM_FAR_END); in GetOrderCmdFromTile()
H A Dtrain_cmd.cpp270 osl = OSL_PLATFORM_FAR_END; in GetTrainStopLocation()
288 case OSL_PLATFORM_FAR_END: in GetTrainStopLocation()
H A Dorder_cmd.cpp789 case OSL_PLATFORM_FAR_END: in CmdInsertOrder()
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dorder_sl.cpp56 if (this->IsType(OT_GOTO_STATION)) this->SetStopLocation(OSL_PLATFORM_FAR_END); in ConvertFromOldSavegame()
H A Dafterload.cpp2150 if (o->IsType(OT_GOTO_STATION)) o->SetStopLocation(OSL_PLATFORM_FAR_END); in AfterLoadGame()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_order.cpp495 order.SetStopLocation(OSL_PLATFORM_FAR_END); in InsertOrder()