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
|
Public Member Functions | |
string | GetWorldName (bool allowCropping=false) |
string | GetFullSeedText (bool allowCropping=false) |
WorldFileData () | |
WorldFileData (string path, bool cloudSave) | |
override void | SetAsActive () |
void | SetWorldSize (int x, int y) |
void | SetSeedToEmpty () |
void | SetSeed (string seedText) |
void | SetSeedToRandom () |
override void | MoveToCloud () |
override void | MoveToLocal () |
void | UpdatePath (string newPath) |
void | ToggleFavorite () |
string | GetFileName (bool includeExtension=true) |
void | SetFavorite (bool favorite, bool saveChanges=true) |
Static Public Member Functions | |
static WorldFileData | FromInvalidWorld (string path, bool cloudSave) |
Public Attributes | |
int | _glitchFrameCounter |
int | _glitchFrame |
int | _glitchVariation |
bool | CurrentSaveFormat |
DateTime | CreationTime |
int | WorldSizeX |
int | WorldSizeY |
ulong | WorldGeneratorVersion |
bool | IsValid |
Guid | UniqueId |
LocalizedText | _worldSizeName |
int | GameMode |
bool | DrunkWorld |
bool | NotTheBees |
bool | ForTheWorthy |
bool | Anniversary |
bool | DontStarve |
bool | RemixWorld |
bool | NoTrapsWorld |
bool | ZenithWorld |
bool | HasCorruption |
bool | IsHardMode |
bool | DefeatedMoonlord |
FileMetadata | Metadata |
string | Name |
readonly string | Type |
Protected Attributes | |
string | _path |
bool | _isCloudSave |
bool | _isFavorite |
Properties | |
string | SeedText [get, set] |
int | Seed [get, set] |
string | WorldSizeName [get, set] |
bool | HasCrimson [get, set] |
bool | HasValidSeed [get, set] |
bool | UseGuidAsMapName [get, set] |
string | Path [get, set] |
bool | IsCloudSave [get, set] |
bool | IsFavorite [get, set] |
Private Attributes | |
string | _seedText |
int | _seed |
Static Private Attributes | |
const ulong | GUID_IN_WORLD_FILE_VERSION = 777389080577UL |
Definition at line 14 of file WorldFileData.cs.