Show / Hide Table of Contents

Class PopupCoordinatesEvent

Network event for displaying a popup at a world location.

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

Constructors

| Improve this Doc View Source

PopupCoordinatesEvent(String, PopupType, NetCoordinates)

Declaration
public PopupCoordinatesEvent(string message, PopupType type, NetCoordinates coordinates)
Parameters
Type Name Description
System.String message
PopupType type
Robust.Shared.Map.NetCoordinates coordinates

Properties

| Improve this Doc View Source

Coordinates

Declaration
public NetCoordinates Coordinates { get; }
Property Value
Type Description
Robust.Shared.Map.NetCoordinates
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾