Table of Contents

Enum DialogStyle

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Specifies the style/type of dialog to display to a player.

public enum DialogStyle

Fields

INPUT = 1

Input dialog with a text input field.

LIST = 2

List dialog with selectable items.

MSGBOX = 0

Message box dialog with two buttons.

PASSWORD = 3

Password input dialog (text is masked).

TABLIST = 4

Tabular list dialog with columns.

TABLIST_HEADERS = 5

Tabular list dialog with headers.