Class CommunicationsConsoleComponent
Inheritance
System.Object
CommunicationsConsoleComponent
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
Declaration
public Color AnnouncementColor
Field Value
|
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
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> |
|