Inherits Terraria.IO.FileData.
|
| WorldFileData (string path, bool cloudSave) |
|
void | CopyToLocal (string newFileName=null, string newDisplayName=null) |
|
string | GetFullSeedText () |
|
override void | MoveToCloud () |
|
override void | MoveToLocal () |
|
void | Rename (string newDisplayName) |
|
override void | SetAsActive () |
|
void | SetSeed (string seedText) |
|
void | SetSeedToEmpty () |
|
void | SetSeedToRandom () |
|
void | SetWorldSize (int x, int y) |
|
string | GetFileName (bool includeExtension=true) |
|
abstract void | MoveToCloud () |
|
abstract void | MoveToLocal () |
|
abstract void | SetAsActive () |
|
void | SetFavorite (bool favorite, bool saveChanges=true) |
|
void | ToggleFavorite () |
|
|
static WorldFileData | FromInvalidWorld (string path, bool cloudSave) |
|
|
LocalizedText | _worldSizeName |
|
bool | Anniversary |
|
DateTime | CreationTime |
|
bool | DontStarve |
|
bool | DrunkWorld |
|
bool | ForTheWorthy |
|
int | GameMode |
|
bool | HasCorruption = true |
|
bool | IsHardMode |
|
bool | IsValid = true |
|
bool | NotTheBees |
|
Guid | UniqueId |
|
ulong | WorldGeneratorVersion |
|
int | WorldSizeX |
|
int | WorldSizeY |
|
FileMetadata | Metadata |
|
string | Name |
|
readonly string | Type |
|
|
bool | HasCrimson [get, set] |
|
bool | HasValidSeed [get] |
|
int | Seed [get] |
|
string | SeedText [get] |
|
bool | UseGuidAsMapName [get] |
|
string | WorldSizeName [get] |
|
bool | IsCloudSave [get] |
|
bool | IsFavorite [get] |
|
string | Path [get] |
|
|
| FileData (string type) |
|
| FileData (string type, string path, bool isCloud) |
|
bool | _isCloudSave |
|
bool | _isFavorite |
|
string | _path |
|
◆ MoveToCloud()
override void Terraria.IO.WorldFileData.MoveToCloud |
( |
| ) |
|
|
virtual |
◆ MoveToLocal()
override void Terraria.IO.WorldFileData.MoveToLocal |
( |
| ) |
|
|
virtual |
◆ SetAsActive()
override void Terraria.IO.WorldFileData.SetAsActive |
( |
| ) |
|
|
virtual |