C# Class NutMud.Commands.System.Help

Inheritance: NetMud.Commands.Attributes.CommandPartial
Mostrar archivo Open project: SwiftAusterity/NetMud

Public Methods

Method Description
Execute ( ) : void

Executes this command

Help ( ) : System.Collections.Generic

All Commands require a generic constructor

RenderSyntaxHelp ( ) : IEnumerable

Renders syntactical help for the command, invokes automatically when syntax is bungled

Private Methods

Method Description
GetHelpHeader ( IHelpful subject ) : IList

Method Details

Execute() public method

Executes this command
public Execute ( ) : void
return void

Help() public method

All Commands require a generic constructor
public Help ( ) : System.Collections.Generic
return System.Collections.Generic

RenderSyntaxHelp() public method

Renders syntactical help for the command, invokes automatically when syntax is bungled
public RenderSyntaxHelp ( ) : IEnumerable
return IEnumerable