InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
AutoX Multiple objects - variable size. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
8 + NumO * 8 | |
byte | Type |
ISP_AXM. | |
byte | ReqI |
0 | |
byte | NumO |
number of objects in this packet | |
byte | UCID |
unique id of the connection that sent the packet | |
byte | PMOAction |
see PMOAction | |
byte | PMOFlags |
see PMOFlags | |
byte | Sp3 |
ObjectInfo | Info [30] |
info about each object, 0 to 30 of these |
AutoX Multiple objects - variable size.
Definition at line 2167 of file ispackets.h.
info about each object, 0 to 30 of these
Definition at line 2179 of file ispackets.h.
byte IS_AXM::NumO |
number of objects in this packet
Definition at line 2172 of file ispackets.h.
byte IS_AXM::PMOAction |
see PMOAction
Definition at line 2175 of file ispackets.h.
byte IS_AXM::PMOFlags |
see PMOFlags
Definition at line 2176 of file ispackets.h.
byte IS_AXM::ReqI |
0
Definition at line 2171 of file ispackets.h.
byte IS_AXM::Size |
8 + NumO * 8
Definition at line 2169 of file ispackets.h.
byte IS_AXM::Sp3 |
Definition at line 2177 of file ispackets.h.
byte IS_AXM::Type |
ISP_AXM.
Definition at line 2170 of file ispackets.h.
byte IS_AXM::UCID |
unique id of the connection that sent the packet
Definition at line 2174 of file ispackets.h.