terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | TextProcessAction |
Public Member Functions | |
Preferences (string path, bool parseAllTypes=false, bool useBson=false) | |
bool | Load () |
bool | Save (bool canCreateFile=true) |
void | Clear () |
void | Put (string name, object value) |
bool | Contains (string name) |
T | Get< T > (string name, T defaultValue) |
void | Get< T > (string name, T currentValue) |
List< string > | GetAllKeys () |
void | Clear (string name) |
Public Attributes | |
readonly bool | UseBson |
bool | AutoSave |
Properties | |
Action< Preferences > | OnSave |
Action< Preferences > | OnLoad |
Preferences.TextProcessAction | OnProcessText |
Private Attributes | |
Dictionary< string, object > | _data |
readonly string | _path |
readonly JsonSerializerSettings | _serializerSettings |
readonly object | _lock |
Definition at line 13 of file Preferences.cs.