Skip to main content

Interface IReadOnlyCommandInfo

Interface representing a registered command.

Assembly: Dalamud.dll
View Source
Declaration
public interface IReadOnlyCommandInfo

Properties

Handler

Gets a Dalamud.Game.Command.IReadOnlyCommandInfo.HandlerDelegate which will be called when the command is dispatched.

View Source
Declaration
IReadOnlyCommandInfo.HandlerDelegate Handler { get; }

HelpMessage

Gets the help message for this command.

View Source
Declaration
string HelpMessage { get; }

ShowInHelp

Gets a value indicating whether if this command should be shown in the help output.

View Source
Declaration
bool ShowInHelp { get; }