Module airmash_protocol::client [] [src]

Messages sent from client to server

Structs

Backup

Opening packet for opening a second server connection for the same client.

Chat

Say something in chat.

Command

A free form command to be sent to the server. This is used for changing flags, respawning, spectating players, and selecting upgrades.

Horizon

In theory this should resize the horizon of the player. In practice the airmash server appears to ignore these packets.

Key

Send keystate of client

LocalPing
Login

Initial packet sent to log in to the server.

Pong

Response packet to the server Ping packet.

Say

Say a message in a chat bubble.

TeamChat

Send a message to your team.

VoteMute

Issue a vote to mute a player.

Whisper

Send a whisper to a given player.

Enums

ClientPacket

All possible client packets.