InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
Car info in 6 bytes. More...
#include <ispackets.h>
Data Fields | |
word | Node |
current path node | |
word | Lap |
current lap | |
byte | PLID |
player's unique id | |
byte | Position |
current race position : 0 = unknown, 1 = leader, etc... |
Car info in 6 bytes.
there is an array of these in the NLP
Definition at line 1980 of file ispackets.h.
word NodeLap::Lap |
current lap
Definition at line 1983 of file ispackets.h.
word NodeLap::Node |
current path node
Definition at line 1982 of file ispackets.h.
byte NodeLap::PLID |
player's unique id
Definition at line 1984 of file ispackets.h.
byte NodeLap::Position |
current race position : 0 = unknown, 1 = leader, etc...
Definition at line 1985 of file ispackets.h.