Inheritance
System.Object
PopupSystem
Assembly: Content.Client.dll
public sealed class PopupSystem : SharedPopupSystem
Fields
|
Improve this Doc
View Source
Declaration
public const float MaximumPopupLifetime = null
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public const float MinimumPopupLifetime = null
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public const float PopupLifetimePerCharacter = null
Field Value
Type |
Description |
System.Single |
|
Properties
|
Improve this Doc
View Source
Declaration
public IReadOnlyList<PopupSystem.CursorPopupLabel> CursorLabels { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public IReadOnlyList<PopupSystem.WorldPopupLabel> WorldLabels { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public override void FrameUpdate(float frameTime)
Parameters
Type |
Name |
Description |
System.Single |
frameTime |
|
|
Improve this Doc
View Source
Declaration
public static float GetPopupLifetime(PopupSystem.PopupLabel label)
Parameters
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Declaration
public override void Initialize()
|
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 |
|
|
Improve this Doc
View Source
Declaration
public override void Shutdown()