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
Settings.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6[global::Cpp2ILInjected.Token(Token = "0x200029D")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000FB2")]
10 [global::Cpp2ILInjected.Address(RVA = "0xA39824", Offset = "0xA39824", Length = "0x4C")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
12 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
13 private void Awake()
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6000FB3")]
19 [global::Cpp2ILInjected.Address(RVA = "0xA39870", Offset = "0xA39870", Length = "0xC0")]
20 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AnimationCurve), Member = ".ctor", ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutDefinition), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
25 public Settings()
26 {
27 throw null;
28 }
29
30 [global::Cpp2ILInjected.Token(Token = "0x4001C57")]
31 public static Settings Instance;
32
33 [global::Cpp2ILInjected.Token(Token = "0x4001C58")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
36
37 [global::Cpp2ILInjected.Token(Token = "0x4001C59")]
38 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
40
41 [global::Cpp2ILInjected.Token(Token = "0x4001C5A")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
43 public float DeselectedPageFade;
44
45 [global::Cpp2ILInjected.Token(Token = "0x4001C5B")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
48
49 [global::Cpp2ILInjected.Token(Token = "0x4001C5C")]
50 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
52
53 [global::Cpp2ILInjected.Token(Token = "0x4001C5D")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
56
57 [global::Cpp2ILInjected.Token(Token = "0x4001C5E")]
58 [global::Cpp2ILInjected.FieldOffset(Offset = "0x3C")]
59 public float GridScrollSpeed;
60}
class f__AnonymousType0<< Count > j__TPar
static Settings Instance
Definition Settings.cs:31
float DeselectedPageFade
Definition Settings.cs:43
AnimationCurve SliderSpeed
Definition Settings.cs:47
float MouseScrollSensitivity
Definition Settings.cs:55
int BannerTooltipItemWidth
Definition Settings.cs:39
AnimationCurve AimCursorSpeed
Definition Settings.cs:51
SettingsTooltips Tooltips
Definition Settings.cs:35
float GridScrollSpeed
Definition Settings.cs:59
Settings()
Definition Settings.cs:25
void Awake()
Definition Settings.cs:13