Show / Hide Table of Contents

Class SharedChemistryGuideDataSystem

This handles the chemistry guidebook and caching it.

Inheritance
System.Object
SharedChemistryGuideDataSystem
ChemistryGuideDataSystem
ChemistryGuideDataSystem
Namespace: Content.Shared.Chemistry
Assembly: Content.Shared.dll
Syntax
public abstract class SharedChemistryGuideDataSystem : EntitySystem

Fields

| Improve this Doc View Source

PrototypeManager

Declaration
protected readonly IPrototypeManager PrototypeManager
Field Value
Type Description
Robust.Shared.Prototypes.IPrototypeManager
| Improve this Doc View Source

Registry

Declaration
protected readonly Dictionary<string, ReagentGuideEntry> Registry
Field Value
Type Description
Dictionary<System.String, ReagentGuideEntry>

Properties

| Improve this Doc View Source

ReagentGuideRegistry

Declaration
public IReadOnlyDictionary<string, ReagentGuideEntry> ReagentGuideRegistry { get; }
Property Value
Type Description
IReadOnlyDictionary<System.String, ReagentGuideEntry>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾