LAP time. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| 20 | |
| byte | Type |
| ISP_LAP. | |
| byte | ReqI |
| 0 | |
| byte | PLID |
| player's unique id | |
| unsigned | LTime |
| lap time (ms) | |
| unsigned | ETime |
| total time (ms) | |
| word | LapsDone |
| laps completed | |
| word | Flags |
| player flags | |
| byte | Sp0 |
| byte | Penalty |
| current penalty value | |
| byte | NumStops |
| number of pit stops | |
| byte | Sp3 |
LAP time.
Definition at line 1472 of file ispackets.h.
| byte IS_LAP::Size |
20
Definition at line 1474 of file ispackets.h.
| byte IS_LAP::Type |
ISP_LAP.
Definition at line 1475 of file ispackets.h.
| byte IS_LAP::ReqI |
0
Definition at line 1476 of file ispackets.h.
| byte IS_LAP::PLID |
player's unique id
Definition at line 1477 of file ispackets.h.
| unsigned IS_LAP::LTime |
lap time (ms)
Definition at line 1479 of file ispackets.h.
| unsigned IS_LAP::ETime |
total time (ms)
Definition at line 1480 of file ispackets.h.
| word IS_LAP::LapsDone |
laps completed
Definition at line 1482 of file ispackets.h.
| word IS_LAP::Flags |
Definition at line 1483 of file ispackets.h.
| byte IS_LAP::Sp0 |
Definition at line 1485 of file ispackets.h.
| byte IS_LAP::Penalty |
current penalty value
Definition at line 1486 of file ispackets.h.
| byte IS_LAP::NumStops |
number of pit stops
Definition at line 1487 of file ispackets.h.
| byte IS_LAP::Sp3 |
Definition at line 1488 of file ispackets.h.
1.7.3