Skip to main content
Version: 13.x (API 13) [Legacy]

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)