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
GUIJourneyButtonSetting.cs
Go to the documentation of this file.
1using System;
6
7[global::Cpp2ILInjected.Token(Token = "0x2000184")]
9{
10 [global::Cpp2ILInjected.Token(Token = "0x6000AFE")]
11 [global::Cpp2ILInjected.Address(RVA = "0x9A3990", Offset = "0x9A3990", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIJourneyModeSettings), Member = "Init", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIOpenUIButtonSetting), Member = ".ctor", MemberParameters = new object[] { typeof(GUISettingID) }, ReturnType = typeof(void))]
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6000AFF")]
21 [global::Cpp2ILInjected.Address(RVA = "0x9A3998", Offset = "0x9A3998", Length = "0xFC")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIOpenUIButtonSetting), Member = "Draw", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIJourneyModeSettings), Member = "GetIconTexture", MemberParameters = new object[]
25 {
28 }, ReturnType = typeof(Texture2D))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUITransactionButton), Member = "Draw", MemberParameters = new object[]
30 {
34 typeof(string),
35 typeof(bool),
36 typeof(ref float),
37 typeof(Color?),
38 typeof(bool),
39 typeof(bool),
40 typeof(bool),
41 typeof(bool)
42 }, ReturnType = typeof(GUITransactionButton.InputState))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
44 public override void Draw()
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6000B00")]
50 [global::Cpp2ILInjected.Address(RVA = "0x9A3A94", Offset = "0x9A3A94", Length = "0x4C")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x4000B8D")]
59 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
60 private float iconScale;
61}
class f__AnonymousType0<< Count > j__TPar
GUISettingID
GUIJourneyButtonSetting(GUISettingID id)
override SettingsOverlayListOption_Layout GetLayout()