Back to Server.Commands.Generic

BaseCommand

Derived Types: AddCommand, AddToPackCommand, AliasedSetCommand, Batch, BringToPackCommand, ConditionCommand, CountCommand, DeleteCommand, DesignInsertCommand, DismountCommand, FactionKickCommand, FirewallCommand, GetCommand, GetTypeCommand, HideCommand, IncreaseCommand, InterfaceCommand, KickCommand, KillCommand, OpenBrowserCommand, PrivSoundCommand, RefreshHouseCommand, RestockCommand, SetCommand, TeleCommand, TellCommand, ToggleCommand, TraceLockdownCommand, ViewContextCommand, ViewQuestsCommand

Nested Types: MessageEntry

(static) bool IsAccessible( Mobile from, object obj )
(ctor) BaseCommand()
AccessLevel AccessLevel( get; set; )
string[] Commands( get; set; )
string Description( get; set; )
bool ListOptimized( get; set; )
ObjectTypes ObjectTypes( get; set; )
CommandSupport Supports( get; set; )
string Usage( get; set; )
void AddResponse( Gump gump )
void AddResponse( string message )
virtual void Execute( CommandEventArgs e, object obj )
virtual void ExecuteList( CommandEventArgs e, ArrayList list )
void Flush( Mobile from, bool flushToLog )
void LogFailure( string message )
virtual bool ValidateArgs( BaseCommandImplementor impl, CommandEventArgs e )