Class AlertsComponent
Handles the icons on the right side of the screen. Should only be used for player-controlled entities.
Inheritance
System.Object
AlertsComponent
Namespace: Content.Shared.Alert
Assembly: Content.Shared.dll
Syntax
public sealed class AlertsComponent : Component
Fields
| Improve this Doc View SourceAlerts
Declaration
public Dictionary<AlertKey, AlertState> Alerts
Field Value
Type | Description |
---|---|
Dictionary<AlertKey, AlertState> |
Properties
| Improve this Doc View SourceSendOnlyToOwner
Declaration
public override bool SendOnlyToOwner { get; }
Property Value
Type | Description |
---|---|
System.Boolean |