|
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
|
Collaboration diagram for Terraria.IO.WorldFile:Classes | |
| class | TilePacker |
Public Types | |
| enum | WorldSaveContext { Normal , SaveAndExit } |
Public Member Functions | |
| WorldFile () | |
Static Public Attributes | |
| static double | _tempTime |
| static bool | _tempRaining |
| static float | _tempMaxRain |
| static int | _tempRainTime |
| static bool | _tempDayTime |
| static bool | _tempBloodMoon |
| static bool | _tempEclipse |
| static int | _tempMoonPhase |
| static int | _tempCultistDelay |
| static int | _versionNumber |
| static bool | _isWorldOnCloud |
| static bool | _tempPartyGenuine |
| static bool | _tempPartyManual |
| static int | _tempPartyCooldown |
| static readonly List< int > | TempPartyCelebratingNPCs |
| static bool | _tempSandstormHappening |
| static int | _tempSandstormTimeLeft |
| static float | _tempSandstormSeverity |
| static float | _tempSandstormIntendedSeverity |
| static bool | _tempLanternNightGenuine |
| static bool | _tempLanternNightManual |
| static bool | _tempLanternNightNextNightIsGenuine |
| static int | _tempLanternNightCooldown |
| static Exception | LastThrownLoadException |
| static bool | SavingWorld |
| static bool | RequireConvertOldTileEntities |
| static bool | RequireClearTempTiles |
Properties | |
| static Action | OnWorldLoad [set] |
Static Private Attributes | |
| static readonly object | IOLock |
| static bool | _hasCache |
| static ? bool | _cachedDayTime |
| static ? double | _cachedTime |
| static ? int | _cachedMoonPhase |
| static ? bool | _cachedBloodMoon |
| static ? bool | _cachedEclipse |
| static ? int | _cachedCultistDelay |
| static ? bool | _cachedPartyGenuine |
| static ? bool | _cachedPartyManual |
| static ? int | _cachedPartyDaysOnCooldown |
| static readonly List< int > | CachedCelebratingNPCs |
| static ? bool | _cachedSandstormHappening |
| static ? int | _cachedSandstormTimeLeft |
| static ? float | _cachedSandstormSeverity |
| static ? float | _cachedSandstormIntendedSeverity |
| static ? bool | _cachedLanternNightGenuine |
| static ? bool | _cachedLanternNightManual |
| static ? bool | _cachedLanternNightNextNightIsGenuine |
| static ? int | _cachedLanternNightCooldown |
| static byte[] | TutorialWorldData |
| static bool | PendingSaveAndExit |
Definition at line 26 of file WorldFile.cs.