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 SourceClients
Entities connected to the server
Declaration
public List<EntityUid> Clients
Field Value
Type | Description |
---|---|
List<EntityUid> |
Remarks
This is not safe to read clientside
Id
A unique numeric id representing the server
Declaration
public int Id
Field Value
Type | Description |
---|---|
System.Int32 |
NextUpdateTime
Declaration
public TimeSpan NextUpdateTime
Field Value
Type | Description |
---|---|
TimeSpan |
Points
The amount of points on the server.
Declaration
public int Points
Field Value
Type | Description |
---|---|
System.Int32 |
ResearchConsoleUpdateTime
Declaration
public TimeSpan ResearchConsoleUpdateTime
Field Value
Type | Description |
---|---|
TimeSpan |
ServerName
The name of the server
Declaration
public string ServerName
Field Value
Type | Description |
---|---|
System.String |