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

Callback to be called when player types in "/ok" to confirm an action. Use Player.Confirm(...) methods to set this.

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

Syntax

   
 C# 
[CanBeNullAttribute]
public ConfirmationCallback ConfirmCallback { get; private set; }

See Also