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
Weather_OldMobile.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.IO
;
3
4
namespace
Terraria.IO
5
{
6
// Token: 0x02000576 RID: 1398
7
public
class
Weather_OldMobile
8
{
9
// Token: 0x060033F1 RID: 13297 RVA: 0x002011F8 File Offset: 0x001FF3F8
10
public
bool
Load
(
BinaryReader
reader,
int
release
)
11
{
12
return
true
;
13
}
14
15
// Token: 0x060033F2 RID: 13298 RVA: 0x00201208 File Offset: 0x001FF408
16
public
bool
LoadMeta
(
WorldFileData
data,
BinaryReader
reader,
int
release
)
17
{
18
return
true
;
19
}
20
21
// Token: 0x060033F3 RID: 13299 RVA: 0x00201218 File Offset: 0x001FF418
22
public
Weather_OldMobile
()
23
{
24
}
25
26
// Token: 0x04003E39 RID: 15929
27
private
float
cloudBGActive
;
28
}
29
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.IO.BinaryReader
Definition
BinaryReader.cs:10
Terraria.IO.Weather_OldMobile.cloudBGActive
float cloudBGActive
Definition
Weather_OldMobile.cs:27
Terraria.IO.Weather_OldMobile.LoadMeta
bool LoadMeta(WorldFileData data, BinaryReader reader, int release)
Definition
Weather_OldMobile.cs:16
Terraria.IO.Weather_OldMobile.Load
bool Load(BinaryReader reader, int release)
Definition
Weather_OldMobile.cs:10
Terraria.IO.Weather_OldMobile.Weather_OldMobile
Weather_OldMobile()
Definition
Weather_OldMobile.cs:22
Terraria.IO.Weather_OldMobile
Definition
Weather_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
Weather_OldMobile.cs
Generated by
1.10.0