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
ChestInfo_OldMobile.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
4namespace Terraria.IO
5{
6 // Token: 0x02000568 RID: 1384
7 public class ChestInfo_OldMobile
8 {
9 // Token: 0x060033C4 RID: 13252 RVA: 0x0020067C File Offset: 0x001FE87C
10 public bool Load(BinaryReader reader, int release)
11 {
13 }
14
15 // Token: 0x060033C5 RID: 13253 RVA: 0x0020069C File Offset: 0x001FE89C
16 private void FixDresserChests()
17 {
18 int num = 1;
19 long num2 = 0L;
20 if (num == 0)
21 {
22 }
23 long num3 = 0L;
24 if (num == 0)
25 {
26 }
27 Tile tile;
28 bool flag = tile.active();
29 int num4 = Chest.CreateChest((int)num2, (int)num3, (int)num3);
30 }
31
32 // Token: 0x060033C6 RID: 13254 RVA: 0x002006CC File Offset: 0x001FE8CC
34 {
35 }
36
37 // Token: 0x060033C7 RID: 13255 RVA: 0x002006E0 File Offset: 0x001FE8E0
38 // Note: this type is marked as 'beforefieldinit'.
40 {
41 }
42
43 // Token: 0x04003C67 RID: 15463
44 private static byte[] bits;
45 }
46}
class f__AnonymousType0<< Count > j__TPar
static int CreateChest(int X, int Y, int id=-1)
Definition Chest.cs:366
bool Load(BinaryReader reader, int release)
bool active()
Definition Tile.cs:1241