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