terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Weather_OldMobile.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
6namespace Terraria.IO
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000576")]
9 public class Weather_OldMobile
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60033F1")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1347550", Offset = "0x1347550", Length = "0xE8")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = "loadWorldData", MemberParameters = new object[]
15 {
17 typeof(int)
18 }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
20 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
21 public bool Load(BinaryReader reader, int release)
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x60033F2")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1347638", Offset = "0x1347638", Length = "0x78")]
28 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = "loadWorldDataMeta", MemberParameters = new object[]
30 {
33 typeof(int)
34 }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
36 public bool LoadMeta(WorldFileData data, BinaryReader reader, int release)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x60033F3")]
42 [global::Cpp2ILInjected.Address(RVA = "0x13476B0", Offset = "0x13476B0", Length = "0x8")]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x4003E39")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
52 private float cloudBGActive;
53 }
54}
class f__AnonymousType0<< Count > j__TPar
bool LoadMeta(WorldFileData data, BinaryReader reader, int release)
bool Load(BinaryReader reader, int release)