Inheritance
System.Object
PopupSystem
Assembly: Content.Server.dll
public sealed class PopupSystem : SharedPopupSystem
Methods
|
Improve this Doc
View Source
Declaration
public override void PopupClient(string message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
EntityUid |
uid |
|
EntityUid |
recipient |
|
PopupType |
type |
|
|
Improve this Doc
View Source
Declaration
public override void PopupCoordinates(string message, EntityCoordinates coordinates, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Robust.Shared.Map.EntityCoordinates |
coordinates |
|
PopupType |
type |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override void PopupCoordinates(string message, EntityCoordinates coordinates, EntityUid recipient, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Robust.Shared.Map.EntityCoordinates |
coordinates |
|
EntityUid |
recipient |
|
PopupType |
type |
|
|
Improve this Doc
View Source
Declaration
public override void PopupCoordinates(string message, EntityCoordinates coordinates, Filter filter, bool replayRecord, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Robust.Shared.Map.EntityCoordinates |
coordinates |
|
Robust.Shared.Player.Filter |
filter |
|
System.Boolean |
replayRecord |
|
PopupType |
type |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override void PopupCoordinates(string message, EntityCoordinates coordinates, ICommonSession recipient, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Robust.Shared.Map.EntityCoordinates |
coordinates |
|
Robust.Shared.Players.ICommonSession |
recipient |
|
PopupType |
type |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override void PopupCursor(string message, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
PopupType |
type |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override void PopupCursor(string message, EntityUid recipient, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
EntityUid |
recipient |
|
PopupType |
type |
|
|
Improve this Doc
View Source
Declaration
public override void PopupCursor(string message, ICommonSession recipient, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Robust.Shared.Players.ICommonSession |
recipient |
|
PopupType |
type |
|
Overrides
|
Improve this Doc
View Source
Declaration
public override void PopupEntity(string message, EntityUid uid, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
EntityUid |
uid |
|
PopupType |
type |
|
|
Improve this Doc
View Source
Declaration
public override void PopupEntity(string message, EntityUid uid, EntityUid recipient, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
EntityUid |
uid |
|
EntityUid |
recipient |
|
PopupType |
type |
|
|
Improve this Doc
View Source
Declaration
public override void PopupEntity(string message, EntityUid uid, Filter filter, bool recordReplay, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
EntityUid |
uid |
|
Robust.Shared.Player.Filter |
filter |
|
System.Boolean |
recordReplay |
|
PopupType |
type |
|
|
Improve this Doc
View Source
Declaration
public override void PopupEntity(string message, EntityUid uid, ICommonSession recipient, PopupType type = PopupType.Small)
Parameters
Type |
Name |
Description |
System.String |
message |
|
EntityUid |
uid |
|
Robust.Shared.Players.ICommonSession |
recipient |
|
PopupType |
type |
|