Skip to main content

Interface IConsoleCommand

Interface representing a command in the console.

Assembly: Dalamud.dll
View Source
Declaration
public interface IConsoleCommand : IConsoleEntry

Methods

Invoke(IEnumerable<object>)

Execute this command.

View Source
Declaration
bool Invoke(IEnumerable<object> arguments)
Returns

System.Boolean: Whether or not execution succeeded.

Parameters
TypeNameDescription
System.Collections.Generic.IEnumerable<System.Object>argumentsArguments to invoke the entry with.