Network event for displaying a popup at a world location.
Inheritance
System.Object
PopupCoordinatesEvent
Assembly: Content.Shared.dll
public sealed class PopupCoordinatesEvent : PopupEvent
Constructors
|
Improve this Doc
View Source
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
Declaration
public NetCoordinates Coordinates { get; }
Property Value
Type |
Description |
Robust.Shared.Map.NetCoordinates |
|