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

Delegate for command handlers/callbacks.

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

Syntax

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

Parameters

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

See Also