libspades
Ace of Spades library
PacketMapChunk Struct Reference

Contains chunks of compressed map data. More...

#include <protocol.h>

Data Fields

uint8_t packetID
 19 (Client<--Server)
 
uint8_t mapData [VARIABLE_LENGTH]
 The chunk of compressed map data.
 

Detailed Description

Contains chunks of compressed map data.

The map chunks seem to be compressed with zlib and DEFLATE.

Field Documentation

◆ mapData

uint8_t PacketMapChunk::mapData[VARIABLE_LENGTH]

The chunk of compressed map data.

Variable length. Usually the maximum size received is 8192 B


The documentation for this struct was generated from the following file: