BetaBetaThe player to show this message box to.
The title text to display at the top of the message box.
BetaThe body text to display. Accepts either a plain string or an ObservableString.
BetaThe text label to display on the first button.
Optionaltooltip: string | ObservableString | ObservableUIRawMessage | UIRawMessageOptional tooltip text shown when hovering over the first button.
BetaThe text label to display on the first button.
Optionaloptions: MessageBoxButtonOptionsOptional configuration for the first button, such as tooltip and image.
BetaThe text label to display on the second button.
Optionaltooltip: string | ObservableString | ObservableUIRawMessage | UIRawMessageOptional tooltip text shown when hovering over the second button.
BetaThe text label to display on the second button.
Optionaloptions: MessageBoxButtonOptionsOptional configuration for the second button, such as tooltip and image.
Beta
A simple message form with two buttons and a text body. Use this class to show a basic dialog to a player and handle the player's button selection.