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 SourceInitialize()
Declaration
public override void Initialize()
Update(Single)
Declaration
public override void Update(float frameTime)
Parameters
Type | Name | Description |
---|---|---|
System.Single | frameTime |
UpdateCommsConsoleInterface()
Updates the UI for all comms consoles.
Declaration
public void UpdateCommsConsoleInterface()
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 |