Show / Hide Table of Contents

Class CommunicationsConsoleComponent

Inheritance
System.Object
SharedCommunicationsConsoleComponent
CommunicationsConsoleComponent
Namespace: Content.Server.Communications
Assembly: Content.Server.dll
Syntax
public sealed class CommunicationsConsoleComponent : SharedCommunicationsConsoleComponent

Fields

| Improve this Doc View Source

AnnounceGlobal

Announce on all grids (for nukies)

Declaration
public bool AnnounceGlobal
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

AnnouncementColor

Announcement color

Declaration
public Color AnnouncementColor
Field Value
Type Description
Color
| Improve this Doc View Source

AnnouncementCooldownRemaining

Remaining cooldown between making announcements.

Declaration
public float AnnouncementCooldownRemaining
Field Value
Type Description
System.Single
| Improve this Doc View Source

AnnouncementDisplayName

Fluent ID for the announcement title If a Fluent ID isn't found, just uses the raw string

Declaration
public string AnnouncementDisplayName
Field Value
Type Description
System.String
| Improve this Doc View Source

AnnouncementSound

Announce sound file path

Declaration
public SoundSpecifier AnnouncementSound
Field Value
Type Description
Robust.Shared.Audio.SoundSpecifier
| Improve this Doc View Source

CanCallShuttle

Can call or recall the shuttle

Declaration
public bool CanCallShuttle
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

DelayBetweenAnnouncements

Time in seconds between announcement delays on a per-console basis

Declaration
public int DelayBetweenAnnouncements
Field Value
Type Description
System.Int32
| Improve this Doc View Source

UIUpdateAccumulator

Declaration
public float UIUpdateAccumulator
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

UserInterface

Declaration
public PlayerBoundUserInterface? UserInterface { get; }
Property Value
Type Description
System.Nullable<PlayerBoundUserInterface>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾