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

Overload List

NameDescription
Confirm(CommandReader, String, array<Object>[]()[][])
Request player to confirm continuing with the command. Player is prompted to type "/ok", and when he/she does, the command is called again with IsConfirmed flag set.
Confirm(ConfirmationCallback, Object, String, array<Object>[]()[][])
Request player to confirm an action. Player is prompted to type "/ok", and when he/she does, custom callback will be called

See Also