Home
last modified time | relevance | path

Searched refs:OCV_RELIABILITY (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dorder_type.h114 OCV_RELIABILITY, ///< Skip based on the reliability enumerator
H A Dorder_cmd.cpp894 case OCV_RELIABILITY: in CmdInsertOrder()
1362 case OCV_RELIABILITY: in CmdModifyOrder()
1442 case OCV_RELIABILITY: in CmdModifyOrder()
1984 …case OCV_RELIABILITY: skip_order = OrderConditionCompare(occ, ToPercent16(v->reliability), … in ProcessConditionalOrder()
H A Dorder_gui.cpp154 OCV_RELIABILITY,
1326 case OCV_RELIABILITY: in OnQueryTextFinished()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_order.hpp91 …OC_RELIABILITY = ::OCV_RELIABILITY, ///< Skip based on the reliability, value is pe…