LiveMap API
Loading...
Searching...
No Matches
livemap.network.ColormapChunkPacket Class Referencesealed

A single chunk of colormap data for chunked transfer. Used to avoid exceeding Vintage Story's packet size limit. More...

Inheritance diagram for livemap.network.ColormapChunkPacket:
Collaboration diagram for livemap.network.ColormapChunkPacket:

Properties

string TransferId = "" [get, set]
 Unique identifier for this transfer session. All chunks with the same TransferId belong together.
int ChunkIndex [get, set]
 Zero-based index of this chunk.
int TotalChunks [get, set]
 Total number of chunks in this transfer.
byte[] Data = [] [get, set]
 The chunk data (portion of the compressed colormap).
int Month [get, set]
 The month this colormap belongs to (1-12).

Detailed Description

A single chunk of colormap data for chunked transfer. Used to avoid exceeding Vintage Story's packet size limit.

Property Documentation

◆ ChunkIndex

int livemap.network.ColormapChunkPacket.ChunkIndex
getset

Zero-based index of this chunk.

◆ Data

byte [] livemap.network.ColormapChunkPacket.Data = []
getset

The chunk data (portion of the compressed colormap).

◆ Month

int livemap.network.ColormapChunkPacket.Month
getset

The month this colormap belongs to (1-12).

◆ TotalChunks

int livemap.network.ColormapChunkPacket.TotalChunks
getset

Total number of chunks in this transfer.

◆ TransferId

string livemap.network.ColormapChunkPacket.TransferId = ""
getset

Unique identifier for this transfer session. All chunks with the same TransferId belong together.


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