Show / Hide Table of Contents

Class ClientAlertsSystem

Inheritance
System.Object
AlertsSystem
ClientAlertsSystem
Namespace: Content.Client.Alerts
Assembly: Content.Client.dll
Syntax
public sealed class ClientAlertsSystem : AlertsSystem

Properties

| Improve this Doc View Source

ActiveAlerts

Declaration
public IReadOnlyDictionary<AlertKey, AlertState>? ActiveAlerts { get; }
Property Value
Type Description
System.Nullable<IReadOnlyDictionary<AlertKey, AlertState>>
| Improve this Doc View Source

AlertOrder

Declaration
public AlertOrderPrototype AlertOrder { get; set; }
Property Value
Type Description
AlertOrderPrototype

Methods

| Improve this Doc View Source

AfterClearAlert(AlertsComponent)

Declaration
protected override void AfterClearAlert(AlertsComponent alertsComponent)
Parameters
Type Name Description
AlertsComponent alertsComponent
Overrides
AlertsSystem.AfterClearAlert(AlertsComponent)
| Improve this Doc View Source

AfterShowAlert(AlertsComponent)

Declaration
protected override void AfterShowAlert(AlertsComponent alertsComponent)
Parameters
Type Name Description
AlertsComponent alertsComponent
Overrides
AlertsSystem.AfterShowAlert(AlertsComponent)
| Improve this Doc View Source

AlertClicked(AlertType)

Declaration
public void AlertClicked(AlertType alertType)
Parameters
Type Name Description
AlertType alertType
| Improve this Doc View Source

HandleComponentShutdown(EntityUid, AlertsComponent, ComponentShutdown)

Declaration
protected override void HandleComponentShutdown(EntityUid uid, AlertsComponent component, ComponentShutdown args)
Parameters
Type Name Description
EntityUid uid
AlertsComponent component
ComponentShutdown args
| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
Overrides
AlertsSystem.Initialize()
| Improve this Doc View Source

LoadPrototypes()

Declaration
protected override void LoadPrototypes()
Overrides
AlertsSystem.LoadPrototypes()

Events

| Improve this Doc View Source

ClearAlerts

Declaration
public event EventHandler? ClearAlerts
Event Type
Type Description
System.Nullable<EventHandler>
| Improve this Doc View Source

SyncAlerts

Declaration
public event EventHandler<IReadOnlyDictionary<AlertKey, AlertState>>? SyncAlerts
Event Type
Type Description
System.Nullable<EventHandler<IReadOnlyDictionary<AlertKey, AlertState>>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾