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
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Object> | arguments | Arguments to invoke the entry with. |