TModLoader v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches

◆ GetArchiveName()

static string Terraria.ModLoader.BackupIO.GetArchiveName ( string name,
bool isCloudSave )
inlinestaticprivate

Definition at line 120 of file BackupIO.cs.

121 {
122 return name + (isCloudSave ? "-cloud" : "");
123 }

Referenced by Terraria.ModLoader.BackupIO.DeleteOldArchives().

+ Here is the caller graph for this function: