Back to Server.Commands

CommandSystem

(static) AccessLevel BadCommandIgnoreLevel( get; set; )
(static) Dictionary<String,CommandEntry> Entries( get; )
(static) string Prefix( get; set; )
(static) bool Handle( Mobile from, string text )
(static) bool Handle( Mobile from, string text, MessageType type )
(static) void Register( string command, AccessLevel access, CommandEventHandler handler )
(static) string[] Split( string value )