Class ClientAlertsSystem
Inheritance
System.Object
ClientAlertsSystem
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
|
Improve this Doc
View Source
AlertOrder
Declaration
public AlertOrderPrototype AlertOrder { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AfterClearAlert(AlertsComponent)
Declaration
protected override void AfterClearAlert(AlertsComponent alertsComponent)
Parameters
Overrides
|
Improve this Doc
View Source
AfterShowAlert(AlertsComponent)
Declaration
protected override void AfterShowAlert(AlertsComponent alertsComponent)
Parameters
Overrides
|
Improve this Doc
View Source
AlertClicked(AlertType)
Declaration
public void AlertClicked(AlertType alertType)
Parameters
|
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
|
Improve this Doc
View Source
LoadPrototypes()
Declaration
protected override void LoadPrototypes()
Overrides
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