C# 클래스 SaveHandler, RPGQuest

파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AUTOSAVE_INDEX int
RETRY_INDEX int

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LoadFile ( int index ) : ArrayList
LoadScene ( string scene, Hashtable ht, int sID ) : void
SaveFile ( int index, string data ) : void
SaveHandler ( ) : System.Collections

메소드 상세

CreateFileInfo() 공개 메소드

public CreateFileInfo ( int index ) : string
index int
리턴 string

CreateInfos() 공개 정적인 메소드

public static CreateInfos ( ) : void
리턴 void

FileExists() 공개 정적인 메소드

public static FileExists ( ) : bool
리턴 bool

FileExists() 공개 정적인 메소드

public static FileExists ( int index ) : bool
index int
리턴 bool

GetFileInfo() 공개 정적인 메소드

public static GetFileInfo ( int index ) : string
index int
리턴 string

GetFileName() 공개 정적인 메소드

public static GetFileName ( int index ) : string
index int
리턴 string

Instance() 공개 정적인 메소드

public static Instance ( ) : SaveHandler,
리턴 SaveHandler,

LoadGame() 공개 정적인 메소드

public static LoadGame ( int index ) : void
index int
리턴 void

LoadSaveGame() 공개 정적인 메소드

public static LoadSaveGame ( Hashtable ht ) : void
ht Hashtable
리턴 void

RegisterAddonSaver() 공개 정적인 메소드

public static RegisterAddonSaver ( AddonSaver s ) : void
s AddonSaver
리턴 void

RetryAvailable() 공개 정적인 메소드

public static RetryAvailable ( ) : bool
리턴 bool

SaveGame() 공개 정적인 메소드

public static SaveGame ( int index ) : void
index int
리턴 void

SetCamPos() 공개 정적인 메소드

public static SetCamPos ( Hashtable ht ) : void
ht Hashtable
리턴 void

프로퍼티 상세

AUTOSAVE_INDEX 공개적으로 정적으로 프로퍼티

public static int AUTOSAVE_INDEX
리턴 int

RETRY_INDEX 공개적으로 정적으로 프로퍼티

public static int RETRY_INDEX
리턴 int