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.
1
using
System
;
2
using
System.IO
;
3
4
namespace
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
{
12
throw
new
ArrayTypeMismatchException
();
13
}
14
15
// Token: 0x060033C5 RID: 13253 RVA: 0x0020069C File Offset: 0x001FE89C
16
private
void
FixDresserChests
()
17
{
18
int
num = 1;
19
long
num2
= 0
L
;
20
if
(num == 0)
21
{
22
}
23
long
num3
= 0
L
;
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
33
public
ChestInfo_OldMobile
()
34
{
35
}
36
37
// Token: 0x060033C7 RID: 13255 RVA: 0x002006E0 File Offset: 0x001FE8E0
38
// Note: this type is marked as 'beforefieldinit'.
39
static
ChestInfo_OldMobile
()
40
{
41
}
42
43
// Token: 0x04003C67 RID: 15463
44
private
static
byte
[]
bits
;
45
}
46
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ArrayTypeMismatchException
Definition
ArrayTypeMismatchException.cs:9
System.IO.BinaryReader
Definition
BinaryReader.cs:10
Terraria.Chest.CreateChest
static int CreateChest(int X, int Y, int id=-1)
Definition
Chest.cs:366
Terraria.Chest
Definition
Chest.cs:10
Terraria.IO.ChestInfo_OldMobile.ChestInfo_OldMobile
static ChestInfo_OldMobile()
Definition
ChestInfo_OldMobile.cs:39
Terraria.IO.ChestInfo_OldMobile.bits
static byte[] bits
Definition
ChestInfo_OldMobile.cs:44
Terraria.IO.ChestInfo_OldMobile.ChestInfo_OldMobile
ChestInfo_OldMobile()
Definition
ChestInfo_OldMobile.cs:33
Terraria.IO.ChestInfo_OldMobile.Load
bool Load(BinaryReader reader, int release)
Definition
ChestInfo_OldMobile.cs:10
Terraria.IO.ChestInfo_OldMobile.FixDresserChests
void FixDresserChests()
Definition
ChestInfo_OldMobile.cs:16
Terraria.IO.ChestInfo_OldMobile
Definition
ChestInfo_OldMobile.cs:8
System.IO
Definition
__Error.cs:4
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
Terraria.IO
Definition
ChestInfo_OldMobile.cs:5
Terraria.Tile.active
bool active()
Definition
Tile.cs:1241
Terraria.Tile
Definition
Tile.cs:12
source
Terraria
IO
ChestInfo_OldMobile.cs
Generated by
1.10.0