Show / Hide Table of Contents

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 Source

QuickDialogResponseEvent(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 Source

ButtonPressed

The button pressed when responding.

Declaration
public QuickDialogButtonFlag ButtonPressed
Field Value
Type Description
QuickDialogButtonFlag
| Improve this Doc View Source

DialogId

The internal dialog ID.

Declaration
public int DialogId
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Responses

The responses to the prompts.

Declaration
public Dictionary<string, string> Responses
Field Value
Type Description
Dictionary<System.String, System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾