Click or drag to resize

InputDialogResponse Structure

Represents a response to a InputDialog.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public struct InputDialogResponse

The InputDialogResponse type exposes the following members.

Constructors
  NameDescription
Public methodInputDialogResponse
Initializes a new instance of the MessageDialogResponse struct.
Top
Properties
  NameDescription
Public propertyInputText
Gets the text the player has entered into the input field.
Public propertyResponse
Gets the way in which the player has responded to the dialog.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also