Multi Car Info. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
4 + NumC * 28 | |
byte | Type |
ISP_MCI | |
byte | ReqI |
0 unless this is a reply to an TINY_MCI request | |
byte | NumC |
number of valid CompCar structs in this packet | |
CompCar | Info [8] |
car info for each player, 1 to 8 of these (NumC) |
Multi Car Info.
if more than 8 in race then more than one of these is sent
Definition at line 2031 of file ispackets.h.
byte IS_MCI::Size |
4 + NumC * 28
Definition at line 2033 of file ispackets.h.
byte IS_MCI::Type |
Definition at line 2034 of file ispackets.h.
byte IS_MCI::ReqI |
0 unless this is a reply to an TINY_MCI request
Definition at line 2035 of file ispackets.h.
byte IS_MCI::NumC |
number of valid CompCar structs in this packet
Definition at line 2036 of file ispackets.h.
car info for each player, 1 to 8 of these (NumC)
Definition at line 2038 of file ispackets.h.