|
InSim
0.6c
Documentation of Live for Speed InSim Protocol
|
Msg To Connection - hosts only - send to a connection / a player / all. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| 8 + TEXT_SIZE (TEXT_SIZE = 4, 8, 12... 128) | |
| byte | Type |
| ISP_MTC | |
| byte | ReqI |
| 0 | |
| byte | Sound |
| sound effect (see Message Sounds); | |
| byte | UCID |
| connection's unique id (0 = host / 255 = all) | |
| byte | PLID |
| player's unique id (if zero, use UCID) | |
| byte | Sp2 |
| byte | Sp3 |
| char | Text [TEXT_SIZE] |
| up to 128 characters of text - last byte must be zero | |
Msg To Connection - hosts only - send to a connection / a player / all.
Definition at line 1186 of file ispackets.h.
| byte IS_MTC::PLID |
player's unique id (if zero, use UCID)
Definition at line 1194 of file ispackets.h.
| byte IS_MTC::ReqI |
0
Definition at line 1190 of file ispackets.h.
| byte IS_MTC::Size |
8 + TEXT_SIZE (TEXT_SIZE = 4, 8, 12... 128)
Definition at line 1188 of file ispackets.h.
| byte IS_MTC::Sound |
sound effect (see Message Sounds);
Definition at line 1191 of file ispackets.h.
| byte IS_MTC::Sp2 |
Definition at line 1195 of file ispackets.h.
| byte IS_MTC::Sp3 |
Definition at line 1196 of file ispackets.h.
| char IS_MTC::Text[TEXT_SIZE] |
up to 128 characters of text - last byte must be zero
Definition at line 1198 of file ispackets.h.
| byte IS_MTC::Type |
Definition at line 1189 of file ispackets.h.
| byte IS_MTC::UCID |
connection's unique id (0 = host / 255 = all)
Definition at line 1193 of file ispackets.h.
1.7.6.1