Interface StatusUpdatePacket

Sent to the server to update on the client's status. Examples include readiness or goal completion.

interface StatusUpdatePacket {
    cmd: "StatusUpdate";
    status:
        | 0
        | 5
        | 10
        | 20
        | 30;
}

Properties

Properties

cmd
status:
    | 0
    | 5
    | 10
    | 20
    | 30

The new client status value to set this slot to. See clientStatuses for all known values.

This packet is ignored if the client status was set to clientStatuses.goal.