InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
OBject Hit - car hit an autocross object or an unknown object. More...
#include <ispackets.h>
Data Fields | |
byte | Size |
24 | |
byte | Type |
ISP_OBH. | |
byte | ReqI |
0 | |
byte | PLID |
player's unique id | |
word | SpClose |
high 4 bits : reserved / low 12 bits : closing speed (10 = 1 m/s) | |
word | Time |
looping time stamp (hundredths - time since reset - like TINY_GTH) | |
CarContOBJ | C |
short | X |
as in ObjectInfo | |
short | Y |
as in ObjectInfo | |
byte | Sp0 |
byte | Sp1 |
byte | Index |
AXO_x as in ObjectInfo or zero if it is an unknown object. | |
byte | OBHFlags |
see below |
OBject Hit - car hit an autocross object or an unknown object.
Definition at line 2108 of file ispackets.h.
Definition at line 2118 of file ispackets.h.
byte IS_OBH::Index |
AXO_x as in ObjectInfo or zero if it is an unknown object.
Definition at line 2125 of file ispackets.h.
byte IS_OBH::OBHFlags |
see below
Definition at line 2126 of file ispackets.h.
byte IS_OBH::PLID |
player's unique id
Definition at line 2113 of file ispackets.h.
byte IS_OBH::ReqI |
0
Definition at line 2112 of file ispackets.h.
byte IS_OBH::Size |
24
Definition at line 2110 of file ispackets.h.
byte IS_OBH::Sp0 |
Definition at line 2123 of file ispackets.h.
byte IS_OBH::Sp1 |
Definition at line 2124 of file ispackets.h.
word IS_OBH::SpClose |
high 4 bits : reserved / low 12 bits : closing speed (10 = 1 m/s)
Definition at line 2115 of file ispackets.h.
word IS_OBH::Time |
looping time stamp (hundredths - time since reset - like TINY_GTH)
Definition at line 2116 of file ispackets.h.
byte IS_OBH::Type |
ISP_OBH.
Definition at line 2111 of file ispackets.h.
short IS_OBH::X |
as in ObjectInfo
Definition at line 2120 of file ispackets.h.
short IS_OBH::Y |
as in ObjectInfo
Definition at line 2121 of file ispackets.h.