C# 클래스 Universe.Modules.Chat.CalcChatPlugin

This allows you to use a calculator inworld via chat Example would be to type: calc.Add 1 1 which would return 2 or calc.Divide 4 2 which returns 2
상속: IChatPlugin
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
Dispose ( ) : void
Initialize ( IChatModule module ) : void
OnClosingClient ( UUID clientID, IScene scene ) : void
OnNewChatMessageFromWorld ( OSChatMessage c, OSChatMessage &newc ) : bool
OnNewClient ( IClientAPI client ) : void

비공개 메소드들

메소드 설명
BuildAndSendResult ( float result, IScene scene, System.Vector3 position ) : void

Tell the client what the result is

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( IChatModule module ) : void
module IChatModule
리턴 void

OnClosingClient() 공개 메소드

public OnClosingClient ( UUID clientID, IScene scene ) : void
clientID UUID
scene IScene
리턴 void

OnNewChatMessageFromWorld() 공개 메소드

public OnNewChatMessageFromWorld ( OSChatMessage c, OSChatMessage &newc ) : bool
c Universe.Framework.ClientInterfaces.OSChatMessage
newc Universe.Framework.ClientInterfaces.OSChatMessage
리턴 bool

OnNewClient() 공개 메소드

public OnNewClient ( IClientAPI client ) : void
client IClientAPI
리턴 void