Class SavingSystem
Core system for handle data that auto keeps inside disk.
Properties
FileLoaded
True if the internal pool is loaded from file
Declaration
public static bool FileLoaded { get; }
IsDirty
True if there's any unsaved change
Declaration
public static bool IsDirty { get; set; }
PoolReady
True if the internal pool is ready to use
Declaration
public static bool PoolReady { get; }
PoolVersion
Data version of the internal pool
Declaration
public static int PoolVersion { get; }
Methods
HasKey(Saving)
True if the given key exists in the internal pool
Declaration
public static bool HasKey(Saving saving)
HasKey(int)
True if the given key exists in the internal pool
Declaration
public static bool HasKey(int id)