#include <ispackets.h>
Data Fields | |
| byte | Size |
| 84 | |
| byte | Type |
| ISP_RES | |
| byte | ReqI |
| 0 unless this is a reply to a TINY_RES request | |
| byte | PLID |
| player's unique id (0 = player left before result was sent) | |
| char | UName [24] |
| username | |
| char | PName [24] |
| nickname | |
| char | Plate [8] |
| number plate - NO ZERO AT END! | |
| char | CName [4] |
| skin prefix | |
| unsigned | TTime |
| race time (ms) | |
| unsigned | BTime |
| best lap (ms) | |
| byte | SpA |
| byte | NumStops |
| number of pit stops | |
| byte | Confirm |
| confirmation flags : disqualified etc | |
| byte | SpB |
| word | LapsDone |
| laps completed | |
| word | Flags |
| player flags : help settings etc | |
| byte | ResultNum |
| finish or qualify pos (0 = win / 255 = not added to table) | |
| byte | NumRes |
| total number of results (qualify doesn't always add a new one) | |
| word | PSeconds |
| penalty time in seconds (already included in race time) | |
(qualify or confirmed finish)
Definition at line 1476 of file ispackets.h.
| byte IS_RES::Size |
| byte IS_RES::Type |
| byte IS_RES::ReqI |
| byte IS_RES::PLID |
player's unique id (0 = player left before result was sent)
Definition at line 1481 of file ispackets.h.
| char IS_RES::UName[24] |
| char IS_RES::PName[24] |
| char IS_RES::Plate[8] |
| char IS_RES::CName[4] |
| unsigned IS_RES::TTime |
| unsigned IS_RES::BTime |
| byte IS_RES::SpA |
Definition at line 1491 of file ispackets.h.
| byte IS_RES::NumStops |
| byte IS_RES::Confirm |
| byte IS_RES::SpB |
Definition at line 1494 of file ispackets.h.
| word IS_RES::LapsDone |
| word IS_RES::Flags |
| byte IS_RES::ResultNum |
finish or qualify pos (0 = win / 255 = not added to table)
Definition at line 1499 of file ispackets.h.
| byte IS_RES::NumRes |
total number of results (qualify doesn't always add a new one)
Definition at line 1500 of file ispackets.h.
| word IS_RES::PSeconds |
penalty time in seconds (already included in race time)
Definition at line 1501 of file ispackets.h.
1.5.8