terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
DrPlayerPrefs.cs
Go to the documentation of this file.
1using System;
3using UnityEngine;
4
5// Token: 0x0200003E RID: 62
6public class DrPlayerPrefs
7{
8 // Token: 0x06000151 RID: 337 RVA: 0x000043F0 File Offset: 0x000025F0
9 public static void DeleteAll()
10 {
12 }
13
14 // Token: 0x06000152 RID: 338 RVA: 0x00004404 File Offset: 0x00002604
15 public static void DeleteKey(string key)
16 {
18 }
19
20 // Token: 0x06000153 RID: 339 RVA: 0x000021DB File Offset: 0x000003DB
21 public static float GetFloat(string key)
22 {
23 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
24 }
25
26 // Token: 0x06000154 RID: 340 RVA: 0x000021DB File Offset: 0x000003DB
27 public static float GetFloat(string key, float defaultValue)
28 {
29 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
30 }
31
32 // Token: 0x06000155 RID: 341 RVA: 0x00004418 File Offset: 0x00002618
33 public static int GetInt(string key)
34 {
35 int num;
36 return num;
37 }
38
39 // Token: 0x06000156 RID: 342 RVA: 0x00004428 File Offset: 0x00002628
40 public static int GetInt(string key, int defaultValue)
41 {
42 int num;
43 return num;
44 }
45
46 // Token: 0x06000157 RID: 343 RVA: 0x00004438 File Offset: 0x00002638
47 public static string GetString(string key)
48 {
49 string text;
50 return text;
51 }
52
53 // Token: 0x06000158 RID: 344 RVA: 0x00004448 File Offset: 0x00002648
54 public static string GetString(string key, string defaultValue)
55 {
56 string text;
57 return text;
58 }
59
60 // Token: 0x06000159 RID: 345 RVA: 0x00004458 File Offset: 0x00002658
61 public static bool HasKey(string key)
62 {
63 bool flag;
64 return flag;
65 }
66
67 // Token: 0x0600015A RID: 346 RVA: 0x00004468 File Offset: 0x00002668
68 public static void Save()
69 {
71 }
72
73 // Token: 0x0600015B RID: 347 RVA: 0x0000447C File Offset: 0x0000267C
74 public static void SetFloat(string key, float value)
75 {
77 }
78
79 // Token: 0x0600015C RID: 348 RVA: 0x00004490 File Offset: 0x00002690
80 public static void SetInt(string key, int value)
81 {
83 }
84
85 // Token: 0x0600015D RID: 349 RVA: 0x000044A4 File Offset: 0x000026A4
86 public static void SetString(string key, string value)
87 {
89 }
90
91 // Token: 0x0600015E RID: 350 RVA: 0x000044B8 File Offset: 0x000026B8
93 {
94 }
95}
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)
static void SetInt(string key, int value)
static void DeleteAll()
static void SetString(string key, string value)
static void SetFloat(string key, float value)
static void DeleteKey(string key)