Property | Type | Description | |
---|---|---|---|
AUTOSAVE_INDEX | int | ||
RETRY_INDEX | int |
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 |
Method | Description | |
---|---|---|
LoadFile ( int index ) : ArrayList | ||
LoadScene ( string scene, Hashtable ht, int sID ) : void | ||
SaveFile ( int index, string data ) : void | ||
SaveHandler ( ) : System.Collections |
public static FileExists ( int index ) : bool | ||
index | int | |
return | bool |
public static GetFileInfo ( int index ) : string | ||
index | int | |
return | string |
public static GetFileName ( int index ) : string | ||
index | int | |
return | string |
public static LoadSaveGame ( Hashtable ht ) : void | ||
ht | Hashtable | |
return | void |
public static RegisterAddonSaver ( AddonSaver s ) : void | ||
s | AddonSaver | |
return | void |
public static SetCamPos ( Hashtable ht ) : void | ||
ht | Hashtable | |
return | void |