Skip to content

SaveHelper

Graydon edited this page Mar 21, 2017 · 5 revisions

public static class SaveHelper

Fields

private static string m_SaveExtension
private static string m_MapExtension

Properties

public static string SaveExtension { get; }
public static string MapExtension { get; }

Constructors

static SaveHelper()

Methods

public static SaveGameMetaData GetLatestSaveGame()
public static List<Asset> GetMapsOnDisk()
public static List<Asset> GetSavesOnDisk()
public static bool AreThereSaveGames()
public static bool AreThereUserMaps()
public static bool AreThereUserAssets()
public static bool AreThereMaps()
public static FileInfo[] GetFileInfo(string location)

Clone this wiki locally