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 2091 of file ispackets.h.
byte IS_OBH::Size |
24
Definition at line 2093 of file ispackets.h.
byte IS_OBH::Type |
ISP_OBH.
Definition at line 2094 of file ispackets.h.
byte IS_OBH::ReqI |
0
Definition at line 2095 of file ispackets.h.
byte IS_OBH::PLID |
player's unique id
Definition at line 2096 of file ispackets.h.
word IS_OBH::SpClose |
high 4 bits : reserved / low 12 bits : closing speed (10 = 1 m/s)
Definition at line 2098 of file ispackets.h.
word IS_OBH::Time |
looping time stamp (hundredths - time since reset - like TINY_GTH)
Definition at line 2099 of file ispackets.h.
Definition at line 2101 of file ispackets.h.
short IS_OBH::X |
as in ObjectInfo
Definition at line 2103 of file ispackets.h.
short IS_OBH::Y |
as in ObjectInfo
Definition at line 2104 of file ispackets.h.
byte IS_OBH::Sp0 |
Definition at line 2106 of file ispackets.h.
byte IS_OBH::Sp1 |
Definition at line 2107 of file ispackets.h.
byte IS_OBH::Index |
AXO_x as in ObjectInfo or zero if it is an unknown object.
Definition at line 2108 of file ispackets.h.
byte IS_OBH::OBHFlags |
see below
Definition at line 2109 of file ispackets.h.