|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.Social.iOS.CloudSocialModule:Public Member Functions | |
| override void | Initialize () |
| override void | Shutdown () |
| void | SyncFiles (string path) |
| bool | HasFinishedSync () |
| bool | IsRequired () |
| bool | IsAvailable () |
| bool | IsConnected () |
| override IEnumerable< string > | GetFiles () |
| override bool | Write (string path, byte[] data, int length) |
| override void | Read (string path, byte[] buffer, int length) |
| override bool | HasFile (string path) |
| override int | GetFileSize (string path) |
| override bool | Delete (string path) |
| override bool | Forget (string path) |
| CloudSocialModule () | |
Static Public Member Functions | |
| static string | GetParentFolderPath (string path, bool includeExtension=true) |
Static Private Member Functions | |
| static | CloudSocialModule () |
Private Attributes | |
| string | editorRemoteCache |
| string | cacheFolder |
| string | SyncPath |
| DateTime | SyncStarted |
Static Private Attributes | |
| static Regex | FileNameRegex |
Definition at line 13 of file CloudSocialModule.cs.