C# 클래스 KBEngine.PersistentInfos

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

공개 메소드들

메소드 설명
PersistentInfos ( string path ) : System
clearMessageFiles ( ) : void
createFile ( string path, string name, byte datas ) : void
deleteFile ( string path, string name ) : void
isGood ( ) : bool
loadAll ( ) : bool
loadFile ( string path, string name, bool printerr ) : byte[]
onImportClientEntityDef ( byte stream ) : void
onImportClientMessages ( string currserver, byte stream ) : void
onImportServerErrorsDescr ( byte stream ) : void
onScriptVersionNotMatch ( string verInfo, string serVerInfo ) : void
onServerDigest ( string currserver, string serverProtocolMD5, string serverEntitydefMD5 ) : void
onVersionNotMatch ( string verInfo, string serVerInfo ) : void

비공개 메소드들

메소드 설명
_getSuffix ( ) : string
_getSuffixBase ( ) : string
installEvents ( ) : void

메소드 상세

PersistentInfos() 공개 메소드

public PersistentInfos ( string path ) : System
path string
리턴 System

clearMessageFiles() 공개 메소드

public clearMessageFiles ( ) : void
리턴 void

createFile() 공개 메소드

public createFile ( string path, string name, byte datas ) : void
path string
name string
datas byte
리턴 void

deleteFile() 공개 메소드

public deleteFile ( string path, string name ) : void
path string
name string
리턴 void

isGood() 공개 메소드

public isGood ( ) : bool
리턴 bool

loadAll() 공개 메소드

public loadAll ( ) : bool
리턴 bool

loadFile() 공개 메소드

public loadFile ( string path, string name, bool printerr ) : byte[]
path string
name string
printerr bool
리턴 byte[]

onImportClientEntityDef() 공개 메소드

public onImportClientEntityDef ( byte stream ) : void
stream byte
리턴 void

onImportClientMessages() 공개 메소드

public onImportClientMessages ( string currserver, byte stream ) : void
currserver string
stream byte
리턴 void

onImportServerErrorsDescr() 공개 메소드

public onImportServerErrorsDescr ( byte stream ) : void
stream byte
리턴 void

onScriptVersionNotMatch() 공개 메소드

public onScriptVersionNotMatch ( string verInfo, string serVerInfo ) : void
verInfo string
serVerInfo string
리턴 void

onServerDigest() 공개 메소드

public onServerDigest ( string currserver, string serverProtocolMD5, string serverEntitydefMD5 ) : void
currserver string
serverProtocolMD5 string
serverEntitydefMD5 string
리턴 void

onVersionNotMatch() 공개 메소드

public onVersionNotMatch ( string verInfo, string serVerInfo ) : void
verInfo string
serVerInfo string
리턴 void