IHelpCommand Members

The IHelpCommand type exposes the following members.

Properties


  Name Description
Public property HelpDescription
Represents a description to be rendered with the command for the player to understand what the command does.
Public property HelpGroup
Represents the name of a group of commands that thecommand should be rendered with on the help screen. If null, the command will not be rendered.
Public property IsEnabled
Represents whether or not the command is available. If the command isn't available, it won't be rendered on the help screen.
Public property Key
Represents the keystroke for the player to press to be activate the command.