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

Represents the method that responds to a confirmation command.

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

Syntax

   
 C# 
public delegate void ConfirmationCallback(
	Player player,
	Object tag,
	bool fromConsole
)

Parameters

player
Player
Player who confirmed the action.
tag
Object
Parameter that was passed to Player.Confirm()
fromConsole
Boolean
Whether player is console.

See Also