Show / Hide Table of Contents

Class PopupEntityEvent

Network event for displaying a popup above an entity.

Inheritance
System.Object
PopupEvent
PopupEntityEvent
Namespace: Content.Shared.Popups
Assembly: Content.Shared.dll
Syntax
public sealed class PopupEntityEvent : PopupEvent

Constructors

| Improve this Doc View Source

PopupEntityEvent(String, PopupType, NetEntity)

Declaration
public PopupEntityEvent(string message, PopupType type, NetEntity uid)
Parameters
Type Name Description
System.String message
PopupType type
NetEntity uid

Properties

| Improve this Doc View Source

Uid

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