Show / Hide Table of Contents

Class CommunicationsConsoleBoundUserInterface

Inheritance
System.Object
CommunicationsConsoleBoundUserInterface
Namespace: Content.Client.Communications.UI
Assembly: Content.Client.dll
Syntax
public sealed class CommunicationsConsoleBoundUserInterface : BoundUserInterface

Constructors

| Improve this Doc View Source

CommunicationsConsoleBoundUserInterface(EntityUid, Enum)

Declaration
public CommunicationsConsoleBoundUserInterface(EntityUid owner, Enum uiKey)
Parameters
Type Name Description
EntityUid owner
Enum uiKey

Properties

| Improve this Doc View Source

AlertLevelSelectable

Declaration
public bool AlertLevelSelectable { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CanAnnounce

Declaration
public bool CanAnnounce { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CanCall

Declaration
public bool CanCall { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Countdown

Declaration
public int Countdown { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

CountdownStarted

Declaration
public bool CountdownStarted { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CurrentLevel

Declaration
public string CurrentLevel { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

AlertLevelSelected(String)

Declaration
public void AlertLevelSelected(string level)
Parameters
Type Name Description
System.String level
| Improve this Doc View Source

AnnounceButtonPressed(String)

Declaration
public void AnnounceButtonPressed(string message)
Parameters
Type Name Description
System.String message
| Improve this Doc View Source

CallShuttle()

Declaration
public void CallShuttle()
| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing
| Improve this Doc View Source

EmergencyShuttleButtonPressed()

Declaration
public void EmergencyShuttleButtonPressed()
| Improve this Doc View Source

Open()

Declaration
protected override void Open()
| Improve this Doc View Source

RecallShuttle()

Declaration
public void RecallShuttle()
| Improve this Doc View Source

UpdateState(BoundUserInterfaceState)

Declaration
protected override void UpdateState(BoundUserInterfaceState state)
Parameters
Type Name Description
BoundUserInterfaceState state
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾