C# Class Server.SpeechEventArgs

Inheritance: System.EventArgs
Datei anzeigen Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
HasKeyword ( int keyword ) : bool
SpeechEventArgs ( Server.Mobile mobile, string speech, MessageType type, int hue, int keywords ) : System

Method Details

HasKeyword() public method

public HasKeyword ( int keyword ) : bool
keyword int
return bool

SpeechEventArgs() public method

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
return System