My Project
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
FilePrefs Class Reference

Classes

class  BoolItem
 
class  FloatItem
 
class  IntItem
 
class  StringItem
 

Public Member Functions

object GetValueFromKey (string key, object defaultValue)
 
void UpdateOrAddData (string key, object value)
 
bool HasKeyFromObject (string key, object value)
 
void DeleteKey (string key)
 
void DeleteString (string key)
 
void DeleteInt (string key)
 
void DeleteFloat (string key)
 
void DeleteBool (string key)
 
bool HasKey (string key)
 
void SetString (string key, string value=String_Empty)
 
string GetString (string key, string defaultValue=String_Empty)
 
void SetInt (string key, int value=default(int))
 
int GetInt (string key, int defaultValue=default(int))
 
void SetFloat (string key, float value=default(float))
 
float GetFloat (string key, float defaultValue=default(float))
 
void SetBool (string key, bool value=default(bool))
 
bool GetBool (string key, bool defaultValue=default(bool))
 
bool HasKeyForString (string key)
 
bool HasKeyForInt (string key)
 
bool HasKeyForFloat (string key)
 
bool HasKeyForBool (string key)
 
void DeleteAll ()
 
void Save ()
 

Public Attributes

StringItem[] StringData = new StringItem[0]
 
IntItem[] IntData = new IntItem[0]
 
FloatItem[] FloatData = new FloatItem[0]
 
BoolItem[] BoolData = new BoolItem[0]
 

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