PixelPlaceJS-new - v3.4.3
    Preparing search index...

    Interface PacketSendMap

    interface PacketSendMap {
        "chat.command": ClientChatCommandPacket;
        "chat.message": ClientChatMessagePacket;
        hb: string;
        "hot.paintings": null;
        init: ClientInitPacket;
        p: ClientPixelPacket;
        "painting.command": ClientPaintingCommandPacket;
        "painting.players": number;
        "pong.alive": string;
        "save.tracking.pending": number;
        snowball: ClientSnowballPacket;
        "user.profile": string;
        username: number;
        "users.profile": ClientUsersProfilePacket;
    }
    Index

    Properties

    "chat.command": ClientChatCommandPacket
    "chat.message": ClientChatMessagePacket
    hb: string
    "hot.paintings": null
    "painting.command": ClientPaintingCommandPacket
    "painting.players": number
    "pong.alive": string
    "save.tracking.pending": number
    "user.profile": string
    username: number
    "users.profile": ClientUsersProfilePacket