| 
    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_OldMobile:Public Member Functions | |
| bool | LoadSaveData (byte[] srcData) | 
| WorldFile_OldMobile () | |
Static Public Member Functions | |
| static byte[] | ReadAllBytes (Stream stream) | 
| static WorldFileData | GetAllMetadata (string file, bool cloudSave) | 
Static Public Attributes | |
| const int | VERSION_49 = 49 | 
| const int | VERSION_50 = 50 | 
| const int | VERSION_51 = 51 | 
| const int | VERSION_52 = 52 | 
| const int | VERSION_53 = 53 | 
| const int | VERSION_54 = 54 | 
| const int | VERSION_55 = 55 | 
| const int | VERSION_56 = 56 | 
| const int | VERSION_57 = 57 | 
| const int | VERSION_58 = 58 | 
| const int | VERSION_59 = 59 | 
| const int | VERSION_60 = 60 | 
| const int | VERSION_61 = 61 | 
| const int | VERSION_62 = 62 | 
| const int | VERSION_63 = 63 | 
| const int | VERSION_64 = 64 | 
| const int | VERSION_65 = 65 | 
| const int | VERSION_66 = 66 | 
| const int | VERSION_67 = 67 | 
| const int | VERSION_68 = 68 | 
| const int | VERSION_69 = 69 | 
| const int | VERSION_70 = 70 | 
| const int | VERSION_71 = 71 | 
| const int | VERSION_72 = 72 | 
| const int | VERSION_73 = 73 | 
| const int | VERSION_CURRENT = 73 | 
| const int | NEW_WORLD_DATA_VERSION = 73 | 
Private Member Functions | |
| int | loadWorldHeader (BinaryReader fileIO) | 
| void | BadMarker (BinaryReader reader, string marker) | 
| void | loadWorldData (BinaryReader reader, int release) | 
Static Private Member Functions | |
| static unsafe void | DecryptWorldData (long offset, long encryptedSize) | 
| static int | loadWorldHeaderMeta (WorldFileData data, BinaryReader fileIO) | 
| static void | loadWorldDataMeta (WorldFileData data, BinaryReader reader, int release) | 
| static | WorldFile_OldMobile () | 
Private Attributes | |
| bool | isCloudSave | 
| int | worldID | 
| int | worldTimestamp | 
| int | hellLayer | 
| int | saveRelease | 
| uint | timestamp | 
| List< uint > | timestamps | 
Definition at line 13 of file WorldFile_OldMobile.cs.