Class QuickDialogResponseEvent
A networked event raised when the client replies to a quick dialog.
Inheritance
System.Object
QuickDialogResponseEvent
Namespace: Content.Shared.Administration
Assembly: Content.Shared.dll
Syntax
public sealed class QuickDialogResponseEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceQuickDialogResponseEvent(Int32, Dictionary<String, String>, QuickDialogButtonFlag)
Declaration
public QuickDialogResponseEvent(int dialogId, Dictionary<string, string> responses, QuickDialogButtonFlag buttonPressed)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dialogId | |
Dictionary<System.String, System.String> | responses | |
QuickDialogButtonFlag | buttonPressed |
Fields
| Improve this Doc View SourceButtonPressed
The button pressed when responding.
Declaration
public QuickDialogButtonFlag ButtonPressed
Field Value
Type | Description |
---|---|
QuickDialogButtonFlag |
DialogId
The internal dialog ID.
Declaration
public int DialogId
Field Value
Type | Description |
---|---|
System.Int32 |
Responses
The responses to the prompts.
Declaration
public Dictionary<string, string> Responses
Field Value
Type | Description |
---|---|
Dictionary<System.String, System.String> |