Back to Server.Engines.Chat

ChatSystem

(static) bool Enabled( get; set; )
(static) void ChatAction( NetState state, PacketReader pvSrc )
(static) void Initialize()
(static) void OpenChatWindowRequest( NetState state, PacketReader pvSrc )
(static) ChatUser SearchForUser( ChatUser from, string name )
(static) void SendCommandTo( Mobile to, ChatCommand type )
(static) void SendCommandTo( Mobile to, ChatCommand type, string param1 )
(static) void SendCommandTo( Mobile to, ChatCommand type, string param1, string param2 )
(ctor) ChatSystem()