Delegate ParseCommand
Namespace: Asgard3.Core.Plugin
Assembly: Asgard3.Core.dll
Syntax
public delegate void ParseCommand(string command, UserItem u, string message, CommandLocation commandLocation);
Parameters
Type | Name | Description |
---|---|---|
System.String | command | |
UserItem | u | |
System.String | message | |
CommandLocation | commandLocation |