Class QuickDialogOpenEvent
A networked event raised when the server wants to open a quick dialog.
Inheritance
System.Object
QuickDialogOpenEvent
Namespace: Content.Shared.Administration
Assembly: Content.Shared.dll
Syntax
public sealed class QuickDialogOpenEvent : EntityEventArgs
Constructors
| Improve this Doc View SourceQuickDialogOpenEvent(String, List<QuickDialogEntry>, Int32, QuickDialogButtonFlag)
Declaration
public QuickDialogOpenEvent(string title, List<QuickDialogEntry> prompts, int dialogId, QuickDialogButtonFlag buttons)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
List<QuickDialogEntry> | prompts | |
System.Int32 | dialogId | |
QuickDialogButtonFlag | buttons |
Fields
| Improve this Doc View SourceButtons
The buttons presented for the user.
Declaration
public QuickDialogButtonFlag Buttons
Field Value
Type | Description |
---|---|
QuickDialogButtonFlag |
DialogId
The internal dialog ID.
Declaration
public int DialogId
Field Value
Type | Description |
---|---|
System.Int32 |
Prompts
The prompts to show the user.
Declaration
public List<QuickDialogEntry> Prompts
Field Value
Type | Description |
---|---|
List<QuickDialogEntry> |
Title
The title of the dialog.
Declaration
public string Title
Field Value
Type | Description |
---|---|
System.String |