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

[Missing <summary> documentation for "T:fCraft.ConfirmationCallback"]

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

Syntax

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

Parameters

player
Player
tag
Object
fromConsole
Boolean

See Also