Show / Hide Table of Contents

Class PopupSystem

Inheritance
System.Object
SharedPopupSystem
PopupSystem
Namespace: Content.Server.Popups
Assembly: Content.Server.dll
Syntax
public sealed class PopupSystem : SharedPopupSystem

Methods

| Improve this Doc View Source

PopupClient(String, EntityUid, EntityUid, PopupType)

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

PopupCoordinates(String, EntityCoordinates, PopupType)

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
SharedPopupSystem.PopupCoordinates(String, EntityCoordinates, PopupType)
| Improve this Doc View Source

PopupCoordinates(String, EntityCoordinates, EntityUid, PopupType)

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

PopupCoordinates(String, EntityCoordinates, Filter, Boolean, PopupType)

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
SharedPopupSystem.PopupCoordinates(String, EntityCoordinates, Filter, Boolean, PopupType)
| Improve this Doc View Source

PopupCoordinates(String, EntityCoordinates, ICommonSession, PopupType)

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
SharedPopupSystem.PopupCoordinates(String, EntityCoordinates, ICommonSession, PopupType)
| Improve this Doc View Source

PopupCursor(String, PopupType)

Declaration
public override void PopupCursor(string message, PopupType type = PopupType.Small)
Parameters
Type Name Description
System.String message
PopupType type
Overrides
SharedPopupSystem.PopupCursor(String, PopupType)
| Improve this Doc View Source

PopupCursor(String, EntityUid, PopupType)

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

PopupCursor(String, ICommonSession, PopupType)

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
SharedPopupSystem.PopupCursor(String, ICommonSession, PopupType)
| Improve this Doc View Source

PopupEntity(String, EntityUid, PopupType)

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

PopupEntity(String, EntityUid, EntityUid, PopupType)

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

PopupEntity(String, EntityUid, Filter, Boolean, PopupType)

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

PopupEntity(String, EntityUid, ICommonSession, PopupType)

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
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾