Delegate IReadOnlyCommandInfo.HandlerDelegate
The function to be executed when the command is dispatched.
Assembly: Dalamud.dll
View Source
Declaration
public delegate void IReadOnlyCommandInfo.HandlerDelegate(string command, string arguments)
The function to be executed when the command is dispatched.
public delegate void IReadOnlyCommandInfo.HandlerDelegate(string command, string arguments)