Delegate ConsoleCommand.CommandMethod

Namespace
Elegy.ConsoleSystem.Commands
Assembly
Elegy.ConsoleSystem.dll

Called when the console command is invoked.

public delegate bool ConsoleCommand.CommandMethod(string[] args)

Parameters

args string[]

A list of arguments, without the command itself.

Returns

bool

Success.