Show / Hide Table of Contents

Class OrganType

Requires that the metabolizing organ is or is not tagged with a certain MetabolizerType

Inheritance
System.Object
ReagentEffectCondition
OrganType
Namespace: Content.Server.Chemistry.ReagentEffectConditions
Assembly: Content.Server.dll
Syntax
public sealed class OrganType : ReagentEffectCondition

Fields

| Improve this Doc View Source

ShouldHave

Does this condition pass when the organ has the type, or when it doesn't have the type?

Declaration
public bool ShouldHave
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Type

Declaration
public string Type
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

Condition(ReagentEffectArgs)

Declaration
public override bool Condition(ReagentEffectArgs args)
Parameters
Type Name Description
Content.Shared.Chemistry.Reagent.ReagentEffectArgs args
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GuidebookExplanation(IPrototypeManager)

Declaration
public override string GuidebookExplanation(IPrototypeManager prototype)
Parameters
Type Name Description
Robust.Shared.Prototypes.IPrototypeManager prototype
Returns
Type Description
System.String
Overrides
ReagentEffectCondition.GuidebookExplanation(IPrototypeManager)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾