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
|
Public Member Functions | |
DrPlayerPrefs () | |
Static Public Member Functions | |
static void | DeleteAll () |
static void | DeleteKey (string key) |
static float | GetFloat (string key) |
static float | GetFloat (string key, float defaultValue) |
static int | GetInt (string key) |
static int | GetInt (string key, int defaultValue) |
static string | GetString (string key) |
static string | GetString (string key, string defaultValue) |
static bool | HasKey (string key) |
static void | Save () |
static void | SetFloat (string key, float value) |
static void | SetInt (string key, int value) |
static void | SetString (string key, string value) |
Definition at line 7 of file DrPlayerPrefs.cs.