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
UnityEngine.PlayerPrefs Class Reference
+ Collaboration diagram for UnityEngine.PlayerPrefs:

Public Member Functions

static int GetInt (string key, int defaultValue)
 
static float GetFloat (string key, float defaultValue)
 
static string GetString (string key, string defaultValue)
 
static bool HasKey (string key)
 
static void DeleteKey (string key)
 
static void DeleteAll ()
 
static void Save ()
 

Static Public Member Functions

static void SetInt (string key, int value)
 
static int GetInt (string key)
 
static void SetFloat (string key, float value)
 
static float GetFloat (string key)
 
static void SetString (string key, string value)
 
static string GetString (string key)
 

Private Member Functions

static bool TrySetInt (string key, int value)
 
static bool TrySetFloat (string key, float value)
 
static bool TrySetSetString (string key, string value)
 

Detailed Description

Definition at line 11 of file PlayerPrefs.cs.


The documentation for this class was generated from the following file: