Expand description
Packets that the client sends to the server.
Structs§
- Ack
- Sent periodically by the client to indicate that it is still alive to the server.
- Backup
- Opening packet for opening a second server connection for the same client.
- Chat
- Say something in public 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
- Packet to tell the server to resize the horizon for the client.
- Key
- Send a key update for the client.
- Local
Ping - Purpose unknown, doesn’t appear to be used in the official client.
- Login
- Initial packet sent to log in to the server.
- Pong
- Response packet to server
Ping
s. - Say
- Say a message in a chat bubble
- Score
Detailed - Request a detailed score packet from the server.
- Team
Chat - Send a message to your team.
- Vote
Mute - Vote to mute a player
- Whisper
- Send a whisper to another player.