terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ InflateBlockMode

Enumerator
TYPE 
LENS 
STORED 
TABLE 
BTREE 
DTREE 
CODES 
DRY 
DONE 
BAD 

Definition at line 280 of file InflateBlocks.cs.

281 {
282 [global::Cpp2ILInjected.Token(Token = "0x4000250")]
283 TYPE,
284 [global::Cpp2ILInjected.Token(Token = "0x4000251")]
285 LENS,
286 [global::Cpp2ILInjected.Token(Token = "0x4000252")]
287 STORED,
288 [global::Cpp2ILInjected.Token(Token = "0x4000253")]
289 TABLE,
290 [global::Cpp2ILInjected.Token(Token = "0x4000254")]
291 BTREE,
292 [global::Cpp2ILInjected.Token(Token = "0x4000255")]
293 DTREE,
294 [global::Cpp2ILInjected.Token(Token = "0x4000256")]
295 CODES,
296 [global::Cpp2ILInjected.Token(Token = "0x4000257")]
297 DRY,
298 [global::Cpp2ILInjected.Token(Token = "0x4000258")]
299 DONE,
300 [global::Cpp2ILInjected.Token(Token = "0x4000259")]
301 BAD
302 }