Road vehicle states. More...
#include "ground_vehicle.hpp"#include "engine_base.h"#include "cargotype.h"#include "track_func.h"#include "road_type.h"#include "newgrf_properties.h"#include "newgrf_engine.h"Go to the source code of this file.
Data Structures | |
| struct | RoadVehicle |
| Buses, trucks and trams belong to this class. More... | |
Defines | |
| #define | FOR_ALL_ROADVEHICLES(var) FOR_ALL_VEHICLES_OF_TYPE(RoadVehicle, var) |
Enumerations | |
| enum | RoadVehicleStates { RVSB_IN_DEPOT = 0xFE, RVSB_WORMHOLE = 0xFF, RVS_USING_SECOND_BAY = 1, RVS_ENTERED_STOP = 2, RVS_DRIVE_SIDE = 4, RVS_IN_ROAD_STOP = 5, RVS_IN_DT_ROAD_STOP = 6, RVSB_IN_ROAD_STOP = 1 << RVS_IN_ROAD_STOP, RVSB_IN_ROAD_STOP_END = RVSB_IN_ROAD_STOP + TRACKDIR_END, RVSB_IN_DT_ROAD_STOP = 1 << RVS_IN_DT_ROAD_STOP, RVSB_IN_DT_ROAD_STOP_END = RVSB_IN_DT_ROAD_STOP + TRACKDIR_END, RVSB_TRACKDIR_MASK = 0x0F, RVSB_ROAD_STOP_TRACKDIR_MASK = 0x09 } |
Road vehicle states. More... | |
Functions | |
| void | RoadVehUpdateCache (RoadVehicle *v) |
Variables | |
| static const uint | RDE_NEXT_TILE = 0x80 |
| State information about the Road Vehicle controller. | |
| static const uint | RDE_TURNED = 0x40 |
| We just finished turning. | |
| static const uint | RVC_DEFAULT_START_FRAME = 0 |
| static const uint | RVC_TURN_AROUND_START_FRAME = 1 |
| static const uint | RVC_DEPOT_START_FRAME = 6 |
| static const uint | RVC_START_FRAME_AFTER_LONG_TRAM = 21 |
| static const uint | RVC_TURN_AROUND_START_FRAME_SHORT_TRAM = 16 |
| static const uint | RVC_DRIVE_THROUGH_STOP_FRAME = 11 |
| static const uint | RVC_DEPOT_STOP_FRAME = 11 |
Road vehicle states.
Definition in file roadveh.h.
| enum RoadVehicleStates |
Road vehicle states.
const uint RDE_NEXT_TILE = 0x80 [static] |
1.6.1