메소드 | 설명 | |
---|---|---|
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 |
public createFile ( string path, string name, byte datas ) : void | ||
path | string | |
name | string | |
datas | byte | |
리턴 | void |
public deleteFile ( string path, string name ) : void | ||
path | string | |
name | string | |
리턴 | void |
public loadFile ( string path, string name, bool printerr ) : byte[] | ||
path | string | |
name | string | |
printerr | bool | |
리턴 | byte[] |
public onImportClientEntityDef ( byte stream ) : void | ||
stream | byte | |
리턴 | void |
public onImportClientMessages ( string currserver, byte stream ) : void | ||
currserver | string | |
stream | byte | |
리턴 | void |
public onImportServerErrorsDescr ( byte stream ) : void | ||
stream | byte | |
리턴 | void |
public onScriptVersionNotMatch ( string verInfo, string serVerInfo ) : void | ||
verInfo | string | |
serVerInfo | string | |
리턴 | void |
public onServerDigest ( string currserver, string serverProtocolMD5, string serverEntitydefMD5 ) : void | ||
currserver | string | |
serverProtocolMD5 | string | |
serverEntitydefMD5 | string | |
리턴 | void |
public onVersionNotMatch ( string verInfo, string serVerInfo ) : void | ||
verInfo | string | |
serVerInfo | string | |
리턴 | void |