C# Class MiningGame.Code.Managers.SaveGameManager

Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
name string

Méthodes publiques

Méthode Description
CheckExists ( string name ) : bool
CreateFile ( string newName ) : bool
GetFiles ( ) : string[]
GetKeyValues ( ) : List
GetPath ( ) : string
GetValue ( string keyValue ) : string
KeyValueExists ( string keyValue ) : bool
RemoveValue ( string keyValue ) : void
SetName ( string newName ) : void
SetValue ( string keyValue, string newValue ) : void
WriteSaveFile ( List kvs ) : void

Private Methods

Méthode Description
GetUnencryptedContents ( ) : string

Method Details

CheckExists() public static méthode

public static CheckExists ( string name ) : bool
name string
Résultat bool

CreateFile() public static méthode

public static CreateFile ( string newName ) : bool
newName string
Résultat bool

GetFiles() public static méthode

public static GetFiles ( ) : string[]
Résultat string[]

GetKeyValues() public static méthode

public static GetKeyValues ( ) : List
Résultat List

GetPath() public static méthode

public static GetPath ( ) : string
Résultat string

GetValue() public static méthode

public static GetValue ( string keyValue ) : string
keyValue string
Résultat string

KeyValueExists() public static méthode

public static KeyValueExists ( string keyValue ) : bool
keyValue string
Résultat bool

RemoveValue() public static méthode

public static RemoveValue ( string keyValue ) : void
keyValue string
Résultat void

SetName() public static méthode

public static SetName ( string newName ) : void
newName string
Résultat void

SetValue() public static méthode

public static SetValue ( string keyValue, string newValue ) : void
keyValue string
newValue string
Résultat void

WriteSaveFile() public static méthode

public static WriteSaveFile ( List kvs ) : void
kvs List
Résultat void

Property Details

name public_oe static_oe property

public static string name
Résultat string