|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| 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] |
| bool | IsCloudSave [get] |
| bool | IsFavorite [get] |
Definition at line 5 of file FileData.cs.