Show / Hide Table of Contents

Class TechnologyDatabaseComponent

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

Fields

| Improve this Doc View Source

CurrentTechnologyCards

Declaration
public List<string> CurrentTechnologyCards
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

MainDiscipline

A main discipline that locks out other discipline technology past a certain tier.

Declaration
public string? MainDiscipline
Field Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

SupportedDisciplines

Which research disciplines are able to be unlocked

Declaration
public List<string> SupportedDisciplines
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

UnlockedRecipes

The ids of all the lathe recipes which have been unlocked. This is maintained alongside the TechnologyIds

Declaration
public List<string> UnlockedRecipes
Field Value
Type Description
List<System.String>
| Improve this Doc View Source

UnlockedTechnologies

The ids of all the technologies which have been unlocked.

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