Enum DialogStyle
Specifies the style/type of dialog to display to a player.
public enum DialogStyle
Fields
INPUT = 1Input dialog with a text input field.
LIST = 2List dialog with selectable items.
MSGBOX = 0Message box dialog with two buttons.
PASSWORD = 3Password input dialog (text is masked).
TABLIST = 4Tabular list dialog with columns.
TABLIST_HEADERS = 5Tabular list dialog with headers.