Get the order to skip to. */
| 177 | inline void SetConditionComparator(OrderConditionComparator condition_comparator) { SB(this->type, 5, 3, to_underlying(condition_comparator)); } |
| 178 | /** Get the order to skip to. */ |
| 179 | inline void SetConditionSkipToOrder(VehicleOrderID order_id) { this->flags = order_id; } |
| 180 | /** Set the value to base the skip on. */ |
| 181 | inline void SetConditionValue(uint16_t value) { SB(this->dest.value, 0, 11, value); } |
| 182 |
no outgoing calls
no test coverage detected