C# 클래스 Server.SpeechEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
HasKeyword ( int keyword ) : bool
SpeechEventArgs ( Server.Mobile mobile, string speech, MessageType type, int hue, int keywords ) : System

메소드 상세

HasKeyword() 공개 메소드

public HasKeyword ( int keyword ) : bool
keyword int
리턴 bool

SpeechEventArgs() 공개 메소드

public SpeechEventArgs ( Server.Mobile mobile, string speech, MessageType type, int hue, int keywords ) : System
mobile Server.Mobile
speech string
type MessageType
hue int
keywords int
리턴 System