Show / Hide Table of Contents

Class AdjustReagent

Inheritance
System.Object
ReagentEffect
AdjustReagent
Namespace: Content.Server.Chemistry.ReagentEffects
Assembly: Content.Server.dll
Syntax
public sealed class AdjustReagent : ReagentEffect

Fields

| Improve this Doc View Source

Amount

Declaration
public FixedPoint2 Amount
Field Value
Type Description
FixedPoint2
| Improve this Doc View Source

Group

The metabolism group to remove, if the reagent satisfies any. Only one of this and Reagent should be active.

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

Reagent

The reagent ID to remove. Only one of this and Group should be active.

Declaration
public string? Reagent
Field Value
Type Description
System.Nullable<System.String>

Methods

| Improve this Doc View Source

Effect(ReagentEffectArgs)

Declaration
public override void Effect(ReagentEffectArgs args)
Parameters
Type Name Description
Content.Shared.Chemistry.Reagent.ReagentEffectArgs args
| Improve this Doc View Source

ReagentEffectGuidebookText(IPrototypeManager, IEntitySystemManager)

Declaration
protected override string? ReagentEffectGuidebookText(IPrototypeManager prototype, IEntitySystemManager entSys)
Parameters
Type Name Description
Robust.Shared.Prototypes.IPrototypeManager prototype
IEntitySystemManager entSys
Returns
Type Description
System.Nullable<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾