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
FishingInfo_OldMobile.cs
Go to the documentation of this file.
1using System;
3using System.IO;
6
7namespace Terraria.IO
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000569")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60033C8")]
13 [global::Cpp2ILInjected.Address(RVA = "0x134106C", Offset = "0x134106C", Length = "0x15C")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = "loadWorldData", MemberParameters = new object[]
16 {
18 typeof(int)
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clear", MemberParameters = new object[]
22 {
24 typeof(int),
25 typeof(int)
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(FileHelpers), Member = "ReadOldNetString", MemberParameters = new object[] { typeof(BinaryReader) }, ReturnType = typeof(string))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
29 public bool Load(BinaryReader reader, int release)
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x60033C9")]
35 [global::Cpp2ILInjected.Address(RVA = "0x13411C8", Offset = "0x13411C8", Length = "0x7C")]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldFile_OldMobile), Member = ".cctor", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x4003C68")]
47 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
48 private short currentQuest;
49
50 [global::Cpp2ILInjected.Token(Token = "0x4003C69")]
51 [global::Cpp2ILInjected.FieldOffset(Offset = "0x12")]
52 private bool questCompletedToday;
53
54 [global::Cpp2ILInjected.Token(Token = "0x4003C6A")]
55 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
57 }
58}
class f__AnonymousType0<< Count > j__TPar
bool Load(BinaryReader reader, int release)