Class MeleeChemicalInjectorComponent
Inheritance
System.Object
MeleeChemicalInjectorComponent
Namespace: Content.Server.Chemistry.Components
Assembly: Content.Server.dll
Syntax
public sealed class MeleeChemicalInjectorComponent : Component
Fields
| Improve this Doc View SourcePierceArmor
Whether this will inject through hardsuits or not.
Declaration
public bool PierceArmor
Field Value
Type | Description |
---|---|
System.Boolean |
Properties
| Improve this Doc View SourceSolution
Solution to inject from.
Declaration
public string Solution { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TransferAmount
Declaration
public FixedPoint2 TransferAmount { get; set; }
Property Value
Type | Description |
---|---|
FixedPoint2 |
TransferEfficiency
Declaration
public float TransferEfficiency { get; set; }
Property Value
Type | Description |
---|---|
System.Single |