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 1173 of file ispackets.h.
| byte IS_MTC::Size |
8 + TEXT_SIZE (TEXT_SIZE = 4, 8, 12... 128)
Definition at line 1175 of file ispackets.h.
| byte IS_MTC::Type |
Definition at line 1176 of file ispackets.h.
| byte IS_MTC::ReqI |
0
Definition at line 1177 of file ispackets.h.
| byte IS_MTC::Sound |
sound effect (see Message Sounds);
Definition at line 1178 of file ispackets.h.
| byte IS_MTC::UCID |
connection's unique id (0 = host / 255 = all)
Definition at line 1180 of file ispackets.h.
| byte IS_MTC::PLID |
player's unique id (if zero, use UCID)
Definition at line 1181 of file ispackets.h.
| byte IS_MTC::Sp2 |
Definition at line 1182 of file ispackets.h.
| byte IS_MTC::Sp3 |
Definition at line 1183 of file ispackets.h.
| char IS_MTC::Text[TEXT_SIZE] |
up to 128 characters of text - last byte must be zero
Definition at line 1185 of file ispackets.h.
1.7.3