[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description |
|---|---|
| Confirm(Command, 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>[]()[][]) |