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
TimeInfo_OldMobile.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.IO
;
3
4
namespace
Terraria.IO
5
{
6
// Token: 0x02000575 RID: 1397
7
public
class
TimeInfo_OldMobile
8
{
9
// Token: 0x060033EE RID: 13294 RVA: 0x002011AC File Offset: 0x001FF3AC
10
public
bool
Load
(
BinaryReader
reader,
int
release
)
11
{
12
this.totalDays
= reader;
13
this.moonType
= reader;
14
return
true
;
15
}
16
17
// Token: 0x060033EF RID: 13295 RVA: 0x002011C8 File Offset: 0x001FF3C8
18
public
bool
LoadMeta
(
WorldFileData
data,
BinaryReader
reader,
int
release
)
19
{
20
this.totalDays
= reader;
21
this.moonType
= reader;
22
return
true
;
23
}
24
25
// Token: 0x060033F0 RID: 13296 RVA: 0x002011E4 File Offset: 0x001FF3E4
26
public
TimeInfo_OldMobile
()
27
{
28
}
29
30
// Token: 0x04003E36 RID: 15926
31
private
short
totalDays
;
32
33
// Token: 0x04003E37 RID: 15927
34
private
byte
moonType
;
35
36
// Token: 0x04003E38 RID: 15928
37
public
short
daysSinceHardmode
;
38
}
39
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IO.BinaryReader
Definition
BinaryReader.cs:10
Terraria.IO.TimeInfo_OldMobile.totalDays
short totalDays
Definition
TimeInfo_OldMobile.cs:31
Terraria.IO.TimeInfo_OldMobile.moonType
byte moonType
Definition
TimeInfo_OldMobile.cs:34
Terraria.IO.TimeInfo_OldMobile.Load
bool Load(BinaryReader reader, int release)
Definition
TimeInfo_OldMobile.cs:10
Terraria.IO.TimeInfo_OldMobile.TimeInfo_OldMobile
TimeInfo_OldMobile()
Definition
TimeInfo_OldMobile.cs:26
Terraria.IO.TimeInfo_OldMobile.LoadMeta
bool LoadMeta(WorldFileData data, BinaryReader reader, int release)
Definition
TimeInfo_OldMobile.cs:18
Terraria.IO.TimeInfo_OldMobile.daysSinceHardmode
short daysSinceHardmode
Definition
TimeInfo_OldMobile.cs:37
Terraria.IO.TimeInfo_OldMobile
Definition
TimeInfo_OldMobile.cs:8
Terraria.IO.WorldFileData
Definition
WorldFileData.cs:9
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
Terraria.IO
Definition
ChestInfo_OldMobile.cs:5
source
Terraria
IO
TimeInfo_OldMobile.cs
Generated by
1.10.0