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
SignInfo_OldMobile.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.IO
;
3
4
namespace
Terraria.IO
5
{
6
// Token: 0x02000573 RID: 1395
7
public
class
SignInfo_OldMobile
8
{
9
// Token: 0x060033E1 RID: 13281 RVA: 0x00200EAC File Offset: 0x001FF0AC
10
public
bool
Load
(
BinaryReader
reader,
int
release
)
11
{
12
string
text
= reader.ReadNetString();
13
Tile
tile;
14
bool
flag = tile.
active
();
15
throw
new
ArrayTypeMismatchException
();
16
}
17
18
// Token: 0x060033E2 RID: 13282 RVA: 0x00200ED4 File Offset: 0x001FF0D4
19
private
string
UserString
(
BinaryReader
reader,
int
release
)
20
{
21
return
reader.ReadOldNetString();
22
}
23
24
// Token: 0x060033E3 RID: 13283 RVA: 0x00200EF0 File Offset: 0x001FF0F0
25
public
SignInfo_OldMobile
()
26
{
27
}
28
}
29
}
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.IO.SignInfo_OldMobile.SignInfo_OldMobile
SignInfo_OldMobile()
Definition
SignInfo_OldMobile.cs:25
Terraria.IO.SignInfo_OldMobile.UserString
string UserString(BinaryReader reader, int release)
Definition
SignInfo_OldMobile.cs:19
Terraria.IO.SignInfo_OldMobile.Load
bool Load(BinaryReader reader, int release)
Definition
SignInfo_OldMobile.cs:10
Terraria.IO.SignInfo_OldMobile
Definition
SignInfo_OldMobile.cs:8
System.IO
Definition
__Error.cs:4
System.ExceptionArgument.text
@ text
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
SignInfo_OldMobile.cs
Generated by
1.10.0