|
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
|
Inheritance diagram for Terraria.IO.FileData:
Collaboration diagram for Terraria.IO.FileData:Public Member Functions | |
| void | UpdatePath (string newPath) |
| void | ToggleFavorite () |
| string | GetFileName (bool includeExtension=true) |
| void | SetFavorite (bool favorite, bool saveChanges=true) |
| void | SetAsActive () |
| void | MoveToCloud () |
| void | MoveToLocal () |
Public Attributes | |
| FileMetadata | Metadata |
| string | Name |
| readonly string | Type |
Protected Member Functions | |
| FileData (string type) | |
| FileData (string type, string path, bool isCloud) | |
Protected Attributes | |
| string | _path |
| bool | _isCloudSave |
| bool | _isFavorite |
Properties | |
| string | Path [get, set] |
| bool | IsCloudSave [get, set] |
| bool | IsFavorite [get, set] |
Definition at line 9 of file FileData.cs.