C# Class MiningGame.Code.Managers.SaveGameManager

Mostra file Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
name string

Public Methods

Method 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

Method Description
GetUnencryptedContents ( ) : string

Method Details

CheckExists() public static method

public static CheckExists ( string name ) : bool
name string
return bool

CreateFile() public static method

public static CreateFile ( string newName ) : bool
newName string
return bool

GetFiles() public static method

public static GetFiles ( ) : string[]
return string[]

GetKeyValues() public static method

public static GetKeyValues ( ) : List
return List

GetPath() public static method

public static GetPath ( ) : string
return string

GetValue() public static method

public static GetValue ( string keyValue ) : string
keyValue string
return string

KeyValueExists() public static method

public static KeyValueExists ( string keyValue ) : bool
keyValue string
return bool

RemoveValue() public static method

public static RemoveValue ( string keyValue ) : void
keyValue string
return void

SetName() public static method

public static SetName ( string newName ) : void
newName string
return void

SetValue() public static method

public static SetValue ( string keyValue, string newValue ) : void
keyValue string
newValue string
return void

WriteSaveFile() public static method

public static WriteSaveFile ( List kvs ) : void
kvs List
return void

Property Details

name public_oe static_oe property

public static string name
return string