Data Fields

IS_MTC Struct Reference

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

Detailed Description

Msg To Connection - hosts only - send to a connection / a player / all.

Definition at line 1173 of file ispackets.h.


Field Documentation

8 + TEXT_SIZE (TEXT_SIZE = 4, 8, 12... 128)

Definition at line 1175 of file ispackets.h.

ISP_MTC

Definition at line 1176 of file ispackets.h.

0

Definition at line 1177 of file ispackets.h.

sound effect (see Message Sounds);

Definition at line 1178 of file ispackets.h.

connection's unique id (0 = host / 255 = all)

Definition at line 1180 of file ispackets.h.

player's unique id (if zero, use UCID)

Definition at line 1181 of file ispackets.h.

Definition at line 1182 of file ispackets.h.

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.


The documentation for this struct was generated from the following file:
 All Data Structures Files Variables Enumerator Defines