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
DrPlayerPrefs.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6[global::Cpp2ILInjected.Token(Token = "0x200003E")]
7public class DrPlayerPrefs
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000151")]
10 [global::Cpp2ILInjected.Address(RVA = "0x704708", Offset = "0x704708", Length = "0x8")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
12 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "DeleteAll", ReturnType = typeof(void))]
13 public static void DeleteAll()
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6000152")]
19 [global::Cpp2ILInjected.Address(RVA = "0x704710", Offset = "0x704710", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "DeleteKey", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
22 public static void DeleteKey(string key)
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6000153")]
28 [global::Cpp2ILInjected.Address(RVA = "0x704718", Offset = "0x704718", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "GetFloat", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(float))]
31 public static float GetFloat(string key)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6000154")]
37 [global::Cpp2ILInjected.Address(RVA = "0x7005E0", Offset = "0x7005E0", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "GetFloat", MemberParameters = new object[]
40 {
41 typeof(string),
42 typeof(float)
43 }, ReturnType = typeof(float))]
44 public static float GetFloat(string key, float defaultValue)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6000155")]
50 [global::Cpp2ILInjected.Address(RVA = "0x704720", Offset = "0x704720", Length = "0x8")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "GetInt", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
53 public static int GetInt(string key)
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x6000156")]
59 [global::Cpp2ILInjected.Address(RVA = "0x7004D4", Offset = "0x7004D4", Length = "0x8")]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "GetInt", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(int)
65 }, ReturnType = typeof(int))]
66 public static int GetInt(string key, int defaultValue)
67 {
68 throw null;
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x6000157")]
72 [global::Cpp2ILInjected.Address(RVA = "0x704728", Offset = "0x704728", Length = "0x8")]
73 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
75 public static string GetString(string key)
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x6000158")]
81 [global::Cpp2ILInjected.Address(RVA = "0x7003DC", Offset = "0x7003DC", Length = "0x8")]
82 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
83 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "GetString", MemberParameters = new object[]
84 {
85 typeof(string),
86 typeof(string)
87 }, ReturnType = typeof(string))]
88 public static string GetString(string key, string defaultValue)
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x6000159")]
94 [global::Cpp2ILInjected.Address(RVA = "0x704730", Offset = "0x704730", Length = "0x8")]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "HasKey", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
97 public static bool HasKey(string key)
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x600015A")]
103 [global::Cpp2ILInjected.Address(RVA = "0x6FFB64", Offset = "0x6FFB64", Length = "0x8")]
104 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "Save", ReturnType = typeof(void))]
106 public static void Save()
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x600015B")]
112 [global::Cpp2ILInjected.Address(RVA = "0x700644", Offset = "0x700644", Length = "0x8")]
113 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "SetFloat", MemberParameters = new object[]
115 {
116 typeof(string),
117 typeof(float)
118 }, ReturnType = typeof(void))]
119 public static void SetFloat(string key, float value)
120 {
121 throw null;
122 }
123
124 [global::Cpp2ILInjected.Token(Token = "0x600015C")]
125 [global::Cpp2ILInjected.Address(RVA = "0x700530", Offset = "0x700530", Length = "0x8")]
126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "SetInt", MemberParameters = new object[]
128 {
129 typeof(string),
130 typeof(int)
131 }, ReturnType = typeof(void))]
132 public static void SetInt(string key, int value)
133 {
134 throw null;
135 }
136
137 [global::Cpp2ILInjected.Token(Token = "0x600015D")]
138 [global::Cpp2ILInjected.Address(RVA = "0x6FFB5C", Offset = "0x6FFB5C", Length = "0x8")]
139 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
140 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(PlayerPrefs), Member = "SetString", MemberParameters = new object[]
141 {
142 typeof(string),
143 typeof(string)
144 }, ReturnType = typeof(void))]
145 public static void SetString(string key, string value)
146 {
147 throw null;
148 }
149
150 [global::Cpp2ILInjected.Token(Token = "0x600015E")]
151 [global::Cpp2ILInjected.Address(RVA = "0x704738", Offset = "0x704738", Length = "0x8")]
152 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
153 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
155 {
156 throw null;
157 }
158}
class f__AnonymousType0<< Count > j__TPar
static string GetString(string key, string defaultValue)
static void DeleteAll()
static int GetInt(string key)
static float GetFloat(string key)
static string GetString(string key)
static int GetInt(string key, int defaultValue)
static bool HasKey(string key)
static void SetFloat(string key, float value)
static void Save()
static void SetInt(string key, int value)
static float GetFloat(string key, float defaultValue)
static void DeleteKey(string key)
static void SetString(string key, string value)