Show / Hide Table of Contents

Class PopupEvent

Common base for all popup network events.

Inheritance
System.Object
PopupEvent
PopupCoordinatesEvent
PopupCursorEvent
PopupEntityEvent
Namespace: Content.Shared.Popups
Assembly: Content.Shared.dll
Syntax
public abstract class PopupEvent : EntityEventArgs

Constructors

| Improve this Doc View Source

PopupEvent(String, PopupType)

Declaration
protected PopupEvent(string message, PopupType type)
Parameters
Type Name Description
System.String message
PopupType type

Properties

| Improve this Doc View Source

Message

Declaration
public string Message { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Type

Declaration
public PopupType Type { get; }
Property Value
Type Description
PopupType
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾