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
GUISettingEntry.cs
Go to the documentation of this file.
1using System;
2using Controller;
5
6[global::Cpp2ILInjected.Token(Token = "0x2000293")]
7public class GUISettingEntry
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000F66")]
10 [global::Cpp2ILInjected.Address(RVA = "0xA2748C", Offset = "0xA2748C", Length = "0x28")]
11 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = ".ctor", MemberParameters = new object[]
12 {
15 }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntry), Member = ".ctor", MemberParameters = new object[]
17 {
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIControllerMappingEntryBase), Member = ".ctor", MemberParameters = new object[] { typeof(GUISettingID) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6000F67")]
30 [global::Cpp2ILInjected.Address(RVA = "0xA2E620", Offset = "0xA2E620", Length = "0x4")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 public virtual void Draw()
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6000F68")]
38 [global::Cpp2ILInjected.Address(RVA = "0xA2E624", Offset = "0xA2E624", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 public virtual float GetElementHeight()
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6000F69")]
46 [global::Cpp2ILInjected.Address(RVA = "0xA2E62C", Offset = "0xA2E62C", Length = "0x4")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 public virtual void DrawOverlay()
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x4001B7C")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
56
57 [global::Cpp2ILInjected.Token(Token = "0x4001B7D")]
58 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
59 public int _sortId;
60
61 [global::Cpp2ILInjected.Token(Token = "0x4001B7E")]
62 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
64}
class f__AnonymousType0<< Count > j__TPar
GUISettingID
SettingsOverlayOptionCategories_Layout.Category _category
GUISettingID _id
virtual void DrawOverlay()
virtual float GetElementHeight()
GUISettingEntry(GUISettingID id)
virtual void Draw()