Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override void | Initialize () |
override void | Shutdown () |
override IEnumerable< string > | GetFiles () |
override bool | Write (string path, byte[] data, int length) |
override int | GetFileSize (string path) |
override void | Read (string path, byte[] buffer, int size) |
override bool | HasFile (string path) |
override bool | Delete (string path) |
override bool | Forget (string path) |
virtual void | BindTo (Preferences preferences) |
bool | Write (string path, byte[] data) |
byte[] | Read (string path) |
void | Read (string path, byte[] buffer) |
Public Attributes | |
bool | EnabledByDefault |
Private Member Functions | |
void | Configuration_OnLoad (Preferences preferences) |
void | Configuration_OnSave (Preferences preferences) |
Private Attributes | |
object | ioLock = new object() |
Definition at line 7 of file CloudSocialModule.cs.