Show / Hide Table of Contents

Class FitsInDispenserComponent

Allows the entity with this component to be placed in a SharedReagentDispenserComponent.

Otherwise it's considered to be too large or the improper shape to fit.

Allows us to have obscenely large containers that are harder to abuse in chem dispensers since they can't be placed directly in them.

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

Properties

| Improve this Doc View Source

Solution

Solution name that will interact with ReagentDispenserComponent.

Declaration
public string Solution { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾