Table of Contents

Struct MessageDialogResponse

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

Represents a response to a MessageDialog.

public struct MessageDialogResponse
Inherited Members

Constructors

MessageDialogResponse(DialogResponse)

Initializes a new instance of the MessageDialogResponse struct.

public MessageDialogResponse(DialogResponse response)

Parameters

response DialogResponse

The way in which the player has responded to the dialog.

Properties

Response

Gets the way in which the player has responded to the dialog.

public readonly DialogResponse Response { get; }

Property Value

DialogResponse