Show / Hide Table of Contents

Delegate CommandInfo.HandlerDelegate

Namespace: Dalamud.Game.Command
Assembly: Dalamud.dll
Syntax
public delegate void HandlerDelegate(string command, string arguments);
Parameters
Type Name Description
System.String command
System.String arguments
Back to top Generated by DocFX