Show / Hide Table of Contents

Class PopupSystem

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

Fields

| Improve this Doc View Source

MaximumPopupLifetime

Declaration
public const float MaximumPopupLifetime = null
Field Value
Type Description
System.Single
| Improve this Doc View Source

MinimumPopupLifetime

Declaration
public const float MinimumPopupLifetime = null
Field Value
Type Description
System.Single
| Improve this Doc View Source

PopupLifetimePerCharacter

Declaration
public const float PopupLifetimePerCharacter = null
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

CursorLabels

Declaration
public IReadOnlyList<PopupSystem.CursorPopupLabel> CursorLabels { get; }
Property Value
Type Description
IReadOnlyList<PopupSystem.CursorPopupLabel>
| Improve this Doc View Source

WorldLabels

Declaration
public IReadOnlyList<PopupSystem.WorldPopupLabel> WorldLabels { get; }
Property Value
Type Description
IReadOnlyList<PopupSystem.WorldPopupLabel>

Methods

| Improve this Doc View Source

FrameUpdate(Single)

Declaration
public override void FrameUpdate(float frameTime)
Parameters
Type Name Description
System.Single frameTime
| Improve this Doc View Source

GetPopupLifetime(PopupSystem.PopupLabel)

Declaration
public static float GetPopupLifetime(PopupSystem.PopupLabel label)
Parameters
Type Name Description
PopupSystem.PopupLabel label
Returns
Type Description
System.Single
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| 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

Shutdown()

Declaration
public override void Shutdown()
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾