InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
New PLayer joining race. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
76 | |
byte | Type |
ISP_NPL | |
byte | ReqI |
0 unless this is a reply to an TINY_NPL request | |
byte | PLID |
player's newly assigned unique id | |
byte | UCID |
connection's unique id | |
byte | PType |
bit 0 : female / bit 1 : AI / bit 2 : remote | |
word | Flags |
player flags | |
char | PName [24] |
nickname | |
char | Plate [8] |
number plate - NO ZERO AT END! | |
char | CName [4] |
car name | |
char | SName [16] |
skin name - MAX_CAR_TEX_NAME | |
byte | Tyres [4] |
compounds | |
byte | H_Mass |
added mass (kg) | |
byte | H_TRes |
intake restriction | |
byte | Model |
driver model | |
byte | Pass |
passengers byte | |
int | Spare |
byte | SetF |
setup flags (see below) | |
byte | NumP |
number in race (same when leaving pits, 1 more if new) | |
byte | Sp2 |
byte | Sp3 |
New PLayer joining race.
if PLID already exists, then leaving pits
Definition at line 1410 of file ispackets.h.
char IS_NPL::CName[4] |
car name
Definition at line 1424 of file ispackets.h.
word IS_NPL::Flags |
Definition at line 1419 of file ispackets.h.
byte IS_NPL::H_Mass |
added mass (kg)
Definition at line 1428 of file ispackets.h.
byte IS_NPL::H_TRes |
intake restriction
Definition at line 1429 of file ispackets.h.
byte IS_NPL::Model |
driver model
Definition at line 1430 of file ispackets.h.
byte IS_NPL::NumP |
number in race (same when leaving pits, 1 more if new)
Definition at line 1436 of file ispackets.h.
byte IS_NPL::Pass |
Definition at line 1431 of file ispackets.h.
char IS_NPL::Plate[8] |
number plate - NO ZERO AT END!
Definition at line 1422 of file ispackets.h.
byte IS_NPL::PLID |
player's newly assigned unique id
Definition at line 1415 of file ispackets.h.
char IS_NPL::PName[24] |
nickname
Definition at line 1421 of file ispackets.h.
byte IS_NPL::PType |
bit 0 : female / bit 1 : AI / bit 2 : remote
Definition at line 1418 of file ispackets.h.
byte IS_NPL::ReqI |
0 unless this is a reply to an TINY_NPL request
Definition at line 1414 of file ispackets.h.
byte IS_NPL::SetF |
setup flags (see below)
Definition at line 1435 of file ispackets.h.
byte IS_NPL::Size |
76
Definition at line 1412 of file ispackets.h.
char IS_NPL::SName[16] |
skin name - MAX_CAR_TEX_NAME
Definition at line 1425 of file ispackets.h.
byte IS_NPL::Sp2 |
Definition at line 1437 of file ispackets.h.
byte IS_NPL::Sp3 |
Definition at line 1438 of file ispackets.h.
int IS_NPL::Spare |
Definition at line 1433 of file ispackets.h.
byte IS_NPL::Type |
Definition at line 1413 of file ispackets.h.
byte IS_NPL::Tyres[4] |
Definition at line 1426 of file ispackets.h.
byte IS_NPL::UCID |
connection's unique id
Definition at line 1417 of file ispackets.h.