Show / Hide Table of Contents

Class ResearchClientComponent

This is an entity that is able to connect to a ResearchServerComponent

Inheritance
System.Object
ResearchClientComponent
Namespace: Content.Shared.Research.Components
Assembly: Content.Shared.dll
Syntax
public sealed class ResearchClientComponent : Component

Properties

| Improve this Doc View Source

ConnectedToServer

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

Server

The server the client is connected to

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