Home
last modified time | relevance | path

Searched refs:OT_DUMMY (Results 1 – 6 of 6) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Dorder_type.h42 OT_DUMMY = 5, enumerator
H A Dorder_cmd.cpp134 this->type = OT_DUMMY; in MakeDummy()
1754 if (order->IsType(OT_DUMMY)) { in CheckOrders()
H A Dorder_gui.cpp247 case OT_DUMMY: in DrawOrderString()
H A Dvehicle.cpp2336 case OT_DUMMY: break; in HandleLoading()
H A Dtrain_cmd.cpp2587 …if (v->current_order.IsType(OT_DUMMY) || v->current_order.IsType(OT_CONDITIONAL) || v->current_ord… in ChooseTrainTrack()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_order.cpp143 return order->GetType() == OT_DUMMY; in IsVoidOrder()
297 …if (order == nullptr || order->GetType() == OT_CONDITIONAL || order->GetType() == OT_DUMMY) return… in GetOrderFlags()