terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Terraria.Map.WorldMapChunk Class Reference

Public Member Functions

unsafe WorldMapChunk (WorldMap map, byte *compressedData)
 
void SaveCompressed ()
 
unsafe void LoadTiles (bool utilLoad=false)
 
unsafe void Reset ()
 
unsafe void Compress (byte *srcData, long srcLength, [Out] long resultLength)
 
unsafe void Decompress (byte[] srcData, long srcLength, byte *dstData, long dstLength, [Out] long resultLength)
 

Public Attributes

unsafe MapTileTileData
 
byte[] CompressedData
 
long CompressedDataLength
 
DateTime LastUsed
 
int X
 
int Y
 
bool dirty
 
int frameAge
 
int referenceCount
 

Static Public Attributes

const int InitialChunkCompressedSize = 2048
 
const int MapChunkSize = 64
 
static int MapChunkTileSize
 

Properties

bool Loaded [get]
 

Static Private Member Functions

static WorldMapChunk ()
 

Private Attributes

readonly WorldMap Map
 

Static Private Attributes

static byte[] ClearData
 
static byte[] resetData
 
static byte[] CopyBuffer
 
static byte[] CompressBuffer
 
static byte[] BlockBuffer
 
static ZlibCodec zlibCompress
 
static ZlibCodec zlibDecompress
 
static long biggestChunk
 

Detailed Description

Definition at line 10 of file WorldMapChunk.cs.


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