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

◆ Decompress()

unsafe void Terraria.Map.WorldMapChunk.Decompress ( byte[] srcData,
long srcLength,
byte * dstData,
long dstLength,
[Out] long resultLength )
inline

Definition at line 163 of file WorldMapChunk.cs.

164 {
165 int num = 1;
166 if (num == 0)
167 {
168 }
169 if (num == 0)
170 {
171 }
172 int x = this.X;
173 if (this.Y == 0)
174 {
175 }
176 string text;
178 }
static void LogError(object message)
Definition Debug.cs:62

References UnityEngine.Debug.LogError(), System.text, Terraria.Map.WorldMapChunk.X, and Terraria.Map.WorldMapChunk.Y.