Show / Hide Table of Contents

Class CommunicationsConsoleSystem

Inheritance
System.Object
CommunicationsConsoleSystem
Namespace: Content.Server.Communications
Assembly: Content.Server.dll
Syntax
public sealed class CommunicationsConsoleSystem : EntitySystem

Methods

| Improve this Doc View Source

Initialize()

Declaration
public override void Initialize()
| Improve this Doc View Source

Update(Single)

Declaration
public override void Update(float frameTime)
Parameters
Type Name Description
System.Single frameTime
| Improve this Doc View Source

UpdateCommsConsoleInterface()

Updates the UI for all comms consoles.

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

UpdateCommsConsoleInterface(EntityUid, CommunicationsConsoleComponent)

Updates the UI for a particular comms console.

Declaration
public void UpdateCommsConsoleInterface(EntityUid uid, CommunicationsConsoleComponent comp)
Parameters
Type Name Description
EntityUid uid
CommunicationsConsoleComponent comp
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾