Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.IO.FileData Class Referenceabstract

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]
 

Detailed Description

Definition at line 5 of file FileData.cs.


The documentation for this class was generated from the following file: