TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
Terraria.ModLoader.BackupIO.World Class Reference

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)
 

Detailed Description

Responsible for archiving world backups.

Definition at line 19 of file BackupIO.cs.


The documentation for this class was generated from the following file: