C# Class Server.SpeechEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

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

Method Details

HasKeyword() public méthode

public HasKeyword ( int keyword ) : bool
keyword int
Résultat bool

SpeechEventArgs() public méthode

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
Résultat System