[This is preliminary documentation and is subject to change.]

Represents a method that acts as a handler for a command.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public delegate void CommandHandler(
	Player source,
	CommandReader cmd
)

Parameters

source
Player
Player who called the command.
cmd
CommandReader
Command arguments.

See Also