MSg Out - system messages and user messages. More...
#include <ispackets.h>
Data Fields | |
| byte | Size |
| 136 | |
| byte | Type |
| ISP_MSO | |
| byte | ReqI |
| 0 | |
| byte | Zero |
| byte | UCID |
| connection's unique id (0 = host) | |
| byte | PLID |
| player's unique id (if zero, use UCID) | |
| byte | UserType |
| set if typed by a user (see User Values) | |
| byte | TextStart |
| first character of the actual text (after player name) | |
| char | Msg [128] |
MSg Out - system messages and user messages.
Definition at line 1068 of file ispackets.h.
| byte IS_MSO::Size |
136
Definition at line 1070 of file ispackets.h.
| byte IS_MSO::Type |
Definition at line 1071 of file ispackets.h.
| byte IS_MSO::ReqI |
0
Definition at line 1072 of file ispackets.h.
| byte IS_MSO::Zero |
Definition at line 1073 of file ispackets.h.
| byte IS_MSO::UCID |
connection's unique id (0 = host)
Definition at line 1075 of file ispackets.h.
| byte IS_MSO::PLID |
player's unique id (if zero, use UCID)
Definition at line 1076 of file ispackets.h.
| byte IS_MSO::UserType |
set if typed by a user (see User Values)
Definition at line 1077 of file ispackets.h.
| byte IS_MSO::TextStart |
first character of the actual text (after player name)
Definition at line 1078 of file ispackets.h.
| char IS_MSO::Msg[128] |
Definition at line 1080 of file ispackets.h.
1.7.3