Show / Hide Table of Contents

Class ResearchServerComponent

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

Fields

| Improve this Doc View Source

Clients

Entities connected to the server

Declaration
public List<EntityUid> Clients
Field Value
Type Description
List<EntityUid>
Remarks

This is not safe to read clientside

| Improve this Doc View Source

Id

A unique numeric id representing the server

Declaration
public int Id
Field Value
Type Description
System.Int32
| Improve this Doc View Source

NextUpdateTime

Declaration
public TimeSpan NextUpdateTime
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

Points

The amount of points on the server.

Declaration
public int Points
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ResearchConsoleUpdateTime

Declaration
public TimeSpan ResearchConsoleUpdateTime
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

ServerName

The name of the server

Declaration
public string ServerName
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾