C# Class SaveHandler, RPGQuest

Afficher le fichier Open project: hughrogers/RPGQuest Class Usage Examples

Méthodes publiques

Свойство Type Description
AUTOSAVE_INDEX int
RETRY_INDEX int

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CreateFileInfo ( int index ) : string
index int
Résultat string

CreateInfos() public static méthode

public static CreateInfos ( ) : void
Résultat void

FileExists() public static méthode

public static FileExists ( ) : bool
Résultat bool

FileExists() public static méthode

public static FileExists ( int index ) : bool
index int
Résultat bool

GetFileInfo() public static méthode

public static GetFileInfo ( int index ) : string
index int
Résultat string

GetFileName() public static méthode

public static GetFileName ( int index ) : string
index int
Résultat string

Instance() public static méthode

public static Instance ( ) : SaveHandler,
Résultat SaveHandler,

LoadGame() public static méthode

public static LoadGame ( int index ) : void
index int
Résultat void

LoadSaveGame() public static méthode

public static LoadSaveGame ( Hashtable ht ) : void
ht Hashtable
Résultat void

RegisterAddonSaver() public static méthode

public static RegisterAddonSaver ( AddonSaver s ) : void
s AddonSaver
Résultat void

RetryAvailable() public static méthode

public static RetryAvailable ( ) : bool
Résultat bool

SaveGame() public static méthode

public static SaveGame ( int index ) : void
index int
Résultat void

SetCamPos() public static méthode

public static SetCamPos ( Hashtable ht ) : void
ht Hashtable
Résultat void

Property Details

AUTOSAVE_INDEX public_oe static_oe property

public static int AUTOSAVE_INDEX
Résultat int

RETRY_INDEX public_oe static_oe property

public static int RETRY_INDEX
Résultat int