InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
PIT stop. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
24 | |
byte | Type |
ISP_PIT | |
byte | ReqI |
0 | |
byte | PLID |
player's unique id | |
word | LapsDone |
laps completed | |
word | Flags |
player flags | |
byte | Sp0 |
byte | Penalty |
current penalty value | |
byte | NumStops |
number of pit stops | |
byte | Sp3 |
byte | Tyres [4] |
tyres changed | |
unsigned | Work |
pit work | |
unsigned | Spare |
word IS_PIT::Flags |
Definition at line 1533 of file ispackets.h.
word IS_PIT::LapsDone |
laps completed
Definition at line 1532 of file ispackets.h.
byte IS_PIT::NumStops |
number of pit stops
Definition at line 1537 of file ispackets.h.
byte IS_PIT::Penalty |
current penalty value
Definition at line 1536 of file ispackets.h.
byte IS_PIT::PLID |
player's unique id
Definition at line 1530 of file ispackets.h.
byte IS_PIT::ReqI |
0
Definition at line 1529 of file ispackets.h.
byte IS_PIT::Size |
24
Definition at line 1527 of file ispackets.h.
byte IS_PIT::Sp0 |
Definition at line 1535 of file ispackets.h.
byte IS_PIT::Sp3 |
Definition at line 1538 of file ispackets.h.
unsigned IS_PIT::Spare |
Definition at line 1543 of file ispackets.h.
byte IS_PIT::Type |
Definition at line 1528 of file ispackets.h.
byte IS_PIT::Tyres[4] |
tyres changed
Definition at line 1540 of file ispackets.h.
unsigned IS_PIT::Work |
Definition at line 1542 of file ispackets.h.