Show / Hide Table of Contents

Struct ReagentGuideEntry

Namespace: Content.Shared.Chemistry.Reagent
Assembly: Content.Shared.dll
Syntax
public struct ReagentGuideEntry

Constructors

| Improve this Doc View Source

ReagentGuideEntry(ReagentPrototype, IPrototypeManager, IEntitySystemManager)

Declaration
public ReagentGuideEntry(ReagentPrototype proto, IPrototypeManager prototype, IEntitySystemManager entSys)
Parameters
Type Name Description
ReagentPrototype proto
Robust.Shared.Prototypes.IPrototypeManager prototype
IEntitySystemManager entSys

Fields

| Improve this Doc View Source

GuideEntries

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

ReagentPrototype

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