Table of Contents

Enum DialogResponse

Namespace
SampSharp.Entities.SAMP
Assembly
SampSharp.OpenMp.Entities.dll

Contains types of responses to a dialog.

public enum DialogResponse

Fields

Disconnected = -1

The player disconnected while the dialog was still open.

LeftButton = 1

The player responded by selecting the left button.

RightButtonOrCancel = 0

The player responded by selecting the right button or closing the dialog.