C# Class SaveHandler, RPGQuest

Mostra file Open project: hughrogers/RPGQuest Class Usage Examples

Public Properties

Property Type Description
AUTOSAVE_INDEX int
RETRY_INDEX int

Public Methods

Method Description
CreateFileInfo ( int index ) : string
CreateInfos ( ) : void
FileExists ( ) : bool
FileExists ( int index ) : bool
GetFileInfo ( int index ) : string
GetFileName ( int index ) : string
Instance ( ) : SaveHandler,
LoadGame ( int index ) : void
LoadSaveGame ( Hashtable ht ) : void
RegisterAddonSaver ( AddonSaver s ) : void
RetryAvailable ( ) : bool
SaveGame ( int index ) : void
SetCamPos ( Hashtable ht ) : void

Private Methods

Method Description
LoadFile ( int index ) : ArrayList
LoadScene ( string scene, Hashtable ht, int sID ) : void
SaveFile ( int index, string data ) : void
SaveHandler ( ) : System.Collections

Method Details

CreateFileInfo() public method

public CreateFileInfo ( int index ) : string
index int
return string

CreateInfos() public static method

public static CreateInfos ( ) : void
return void

FileExists() public static method

public static FileExists ( ) : bool
return bool

FileExists() public static method

public static FileExists ( int index ) : bool
index int
return bool

GetFileInfo() public static method

public static GetFileInfo ( int index ) : string
index int
return string

GetFileName() public static method

public static GetFileName ( int index ) : string
index int
return string

Instance() public static method

public static Instance ( ) : SaveHandler,
return SaveHandler,

LoadGame() public static method

public static LoadGame ( int index ) : void
index int
return void

LoadSaveGame() public static method

public static LoadSaveGame ( Hashtable ht ) : void
ht Hashtable
return void

RegisterAddonSaver() public static method

public static RegisterAddonSaver ( AddonSaver s ) : void
s AddonSaver
return void

RetryAvailable() public static method

public static RetryAvailable ( ) : bool
return bool

SaveGame() public static method

public static SaveGame ( int index ) : void
index int
return void

SetCamPos() public static method

public static SetCamPos ( Hashtable ht ) : void
ht Hashtable
return void

Property Details

AUTOSAVE_INDEX public_oe static_oe property

public static int AUTOSAVE_INDEX
return int

RETRY_INDEX public_oe static_oe property

public static int RETRY_INDEX
return int