Show / Hide Table of Contents

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 Source

Alerts

Declaration
public Dictionary<AlertKey, AlertState> Alerts
Field Value
Type Description
Dictionary<AlertKey, AlertState>

Properties

| Improve this Doc View Source

SendOnlyToOwner

Declaration
public override bool SendOnlyToOwner { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾