[Missing <summary> documentation for "N:BaseLib.Commands"]
Classes
Class | Description | |
---|---|---|
![]() | ActionCommand<(Of <(<'TAction, TEvent>)>)> | |
![]() | AdvanceCommand | |
![]() | AttackCommand | |
![]() | ChannelsCommand | |
![]() | CloseCommand |
The Close command is for closing things.
|
![]() | CommandBase | |
![]() | CommandResult |
Returned when a command is excecuted. This tells the
parser if the command worked or if it failed, which
objects it worked on and which it failed on, and
gives an error message to display to the user if the command
failed.
|
![]() | CommandsCommand | |
![]() | DropCommand | |
![]() | DropInHandCommand | |
![]() | EmoteCommand | |
![]() | EmoteToCommand | |
![]() | FingerCommand | |
![]() | GetCommand | |
![]() | GoCommand | |
![]() | HelpCommand | |
![]() | HoldCommand | |
![]() | InventoryCommand | |
![]() | LastCommand | |
![]() | LookAtCommand | |
![]() | LookCommand | |
![]() | LookDirectionCommand |
Look through an exit.
|
![]() | MudStatsCommand | |
![]() | NewsCommand | |
![]() | OpenCommand | |
![]() | OptionsCommand | |
![]() | PasswordCommand | |
![]() | PushCommand | |
![]() | PutInCommand | |
![]() | QuitCommand | |
![]() | ReadCommand | |
![]() | RemoveCommand | |
![]() | SaveCommand | |
![]() | SayCommand | |
![]() | ScoreCommand | |
![]() | SkillsCommand | |
![]() | SocialCommand | |
![]() | SyntaxCommand | |
![]() | TellCommand | |
![]() | UnholdCommand | |
![]() | WearCommand | |
![]() | WhoCommand |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | Cardinality | |
![]() | CommandResult..::..ResultStatus |
The return status of the command.
Success -- The command was successful.
Partial -- The command was successful for
some of the objects specified.
Failure -- The command failed.
NotValid -- The command was not applicable.
|
![]() | SearchLocation |