Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
Enumerations | |
enum | ALL_TYPES { RUNNINGLIGHTS, HEADLIGHTS, LEFTBLINK, RIGHTBLINK, BRAKE, REVERSE, SIREN } |
Functions | |
const EnumMap | type_map (type_names, 8) |
Variables | |
const int | FORWARD_BLINKEN = 1 |
const int | LEFT_BLINKEN = 2 |
const int | RIGHT_BLINKEN = 4 |
const int | SIREN_BLINKEN = 8 |
const int | ON_NO_BLINKEN = 16 |
const EnumMap::Pair | type_names [8] |
enum CAR::ALL_TYPES |
Enumerator | |
---|---|
RUNNINGLIGHTS | |
HEADLIGHTS | |
LEFTBLINK | |
RIGHTBLINK | |
BRAKE | |
REVERSE | |
SIREN |
Definition at line 11 of file car_assist.h.
const EnumMap CAR::type_map | ( | type_names | , |
8 | |||
) |
Referenced by HaloSystem::AddHalo().
const int CAR::FORWARD_BLINKEN = 1 |
Definition at line 5 of file car_assist.h.
Referenced by HaloSystem::Draw(), and FireKeyboard::Execute().
const int CAR::LEFT_BLINKEN = 2 |
Definition at line 6 of file car_assist.h.
Referenced by HaloSystem::Draw(), and FireKeyboard::Execute().
const int CAR::ON_NO_BLINKEN = 16 |
Definition at line 9 of file car_assist.h.
Referenced by HaloSystem::Draw(), and FireKeyboard::Execute().
const int CAR::RIGHT_BLINKEN = 4 |
Definition at line 7 of file car_assist.h.
Referenced by HaloSystem::Draw(), and FireKeyboard::Execute().
const int CAR::SIREN_BLINKEN = 8 |
Definition at line 8 of file car_assist.h.
Referenced by HaloSystem::Draw(), and FireKeyboard::Execute().
const EnumMap::Pair CAR::type_names[8] |
Definition at line 15 of file car_assist.h.