Interface TutorialJSONPacket

Sent to relevant clients to broadcast tutorial information, usually on first connection.

PrintJSONPacket for all possible PrintJSON packet subtypes.

interface TutorialJSONPacket {
    cmd: "PrintJSON";
    data: JSONMessagePart[];
    type: "Tutorial";
}

Properties

Properties

cmd

All the textual metadata for this packet.

type

The PrintJSONPacket subtype.