|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Responsible for archiving world backups. More...
Collaboration diagram for Terraria.ModLoader.BackupIO.World:Static Public Attributes | |
| static readonly string | WorldDir = Path.Combine(Main.SavePath, "Worlds") |
| static readonly string | WorldBackupDir = Path.Combine(WorldDir, "Backups") |
Static Package Functions | |
| static void | ArchiveWorld (string path, bool isCloudSave) |
Static Private Member Functions | |
| static void | WriteArchive (ZipFile zip, bool isCloudSave, string path) |
Responsible for archiving world backups.
Definition at line 19 of file BackupIO.cs.