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
UnityEngine.PlayerPrefs Class Reference

Static Public Member Functions

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

Static 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 8 of file PlayerPrefs.cs.


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