|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
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 2048 of file ispackets.h.
car info for each player, 1 to 8 of these (NumC)
Definition at line 2055 of file ispackets.h.
| byte IS_MCI::NumC |
number of valid CompCar structs in this packet
Definition at line 2053 of file ispackets.h.
| byte IS_MCI::ReqI |
0 unless this is a reply to an TINY_MCI request
Definition at line 2052 of file ispackets.h.
| byte IS_MCI::Size |
4 + NumC * 28
Definition at line 2050 of file ispackets.h.
| byte IS_MCI::Type |
Definition at line 2051 of file ispackets.h.
1.7.6.1