terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 MapTile * | TileData |
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 |
Definition at line 10 of file WorldMapChunk.cs.