Network event for displaying a popup above an entity.
Inheritance
System.Object
PopupEntityEvent
Assembly: Content.Shared.dll
public sealed class PopupEntityEvent : PopupEvent
Constructors
|
Improve this Doc
View Source
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
Declaration
public NetEntity Uid { get; }
Property Value
Type |
Description |
NetEntity |
|