메소드 |
설명 |
|
FileCheck ( ) : bool |
|
|
ReceiveCallback ( IAsyncResult ar ) : void |
|
|
asyncTCPSend ( IAsyncResult result ) : void |
|
|
asyncUDPSend ( IAsyncResult result ) : void |
|
|
beginAsyncRead ( ) : void |
|
|
beginConnect ( ) : void |
|
|
buildMessageByteArray ( KMPCommon id, byte data, byte prefix = null ) : byte[] |
|
|
buildNewXML ( ) : string |
|
|
connectionLoop ( ) : bool |
Connect to the server and run a session until the connection ends |
|
enqueueClientInteropMessage ( KMPCommon id, byte data ) : void |
|
|
enqueuePluginChatMessage ( String message, bool print = false ) : void |
|
|
enqueueTextMessage ( InTextMessage message, bool to_plugin = true ) : void |
|
|
enqueueTextMessage ( String message, bool from_server = false, bool to_plugin = true, bool isMOTD = false ) : void |
|
|
findCraftFilename ( String craft_name, KMPCommon &craft_type ) : String |
|
|
getCraftFilename ( String craft_name, KMPCommon craft_type ) : String |
|
|
getKMPDirectory ( ) : String |
|
|
handleChat ( ) : void |
|
|
handleChatInput ( String line ) : void |
|
|
handleConnection ( ) : void |
|
|
handleInteropMessage ( KMPCommon id, byte data ) : void |
|
|
handleMessage ( KMPCommon id, byte data ) : void |
|
|
handlePluginInterop ( ) : void |
|
|
handlePluginUpdates ( ) : void |
|
|
messageReceived ( KMPCommon id, byte data ) : void |
|
|
modCheck ( byte kmpModControl_bytes ) : bool |
|
|
parseModFile ( string ModFileContent ) : void |
|
|
passExceptionToMain ( Exception e ) : void |
|
|
processPluginInterop ( ) : void |
|
|
queueOutgoingMessage ( KMPCommon id, byte data ) : void |
|
|
queueOutgoingUDPMessage ( KMPCommon id, byte data ) : void |
|
|
readTokenFile ( ) : void |
|
|
resourceCheck ( ) : bool |
|
|
safeAbort ( Thread thread, bool join = false ) : void |
|
|
safeDelete ( String filename ) : void |
|
|
sendConnectionEndMessage ( String message ) : void |
|
|
sendHandshakeMessage ( ) : void |
|
|
sendOutgoingMessages ( ) : void |
|
|
sendOutgoingUDPMessages ( ) : void |
|
|
sendPluginUpdate ( byte data, bool primary ) : void |
|
|
sendScenarioUpdate ( byte data ) : void |
|
|
sendScreenshotWatchPlayerMessage ( String name ) : void |
|
|
sendShareCraftMessage ( String craft_name, byte data, KMPCommon type ) : void |
|
|
sendShareScreenshotMessage ( byte data ) : void |
|
|
sendTextMessage ( String message ) : void |
|
|
sendUDPProbeMessage ( bool forceUDP ) : void |
|
|
splitOutgoingMessage ( byte &next_message ) : void |
|
|
startSaveExists ( ) : bool |
|
|
syncTimeRewrite ( byte &next_message ) : void |
|
|
verifyShipsDirectory ( ) : void |
|
|
writeClientData ( ) : void |
|
|
writeConfigFile ( ) : void |
|
|