8 bytes : car in a contact with an object More...
#include <ispackets.h>
Data Fields | |
| byte | Direction |
| car's motion if Speed > 0 : 0 = world y direction, 128 = 180 deg | |
| byte | Heading |
| direction of forward axis : 0 = world y direction, 128 = 180 deg | |
| byte | Speed |
| m/s | |
| byte | Sp3 |
| short | X |
| position (1 metre = 16) | |
| short | Y |
| position (1 metre = 16) | |
8 bytes : car in a contact with an object
Definition at line 2079 of file ispackets.h.
car's motion if Speed > 0 : 0 = world y direction, 128 = 180 deg
Definition at line 2081 of file ispackets.h.
| byte CarContOBJ::Heading |
direction of forward axis : 0 = world y direction, 128 = 180 deg
Definition at line 2082 of file ispackets.h.
| byte CarContOBJ::Speed |
m/s
Definition at line 2083 of file ispackets.h.
| byte CarContOBJ::Sp3 |
Definition at line 2084 of file ispackets.h.
| short CarContOBJ::X |
position (1 metre = 16)
Definition at line 2086 of file ispackets.h.
| short CarContOBJ::Y |
position (1 metre = 16)
Definition at line 2087 of file ispackets.h.
1.7.3