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 1963 of file ispackets.h.
| word NodeLap::Node |
current path node
Definition at line 1965 of file ispackets.h.
| word NodeLap::Lap |
current lap
Definition at line 1966 of file ispackets.h.
| byte NodeLap::PLID |
player's unique id
Definition at line 1967 of file ispackets.h.
| byte NodeLap::Position |
current race position : 0 = unknown, 1 = leader, etc...
Definition at line 1968 of file ispackets.h.
1.7.3