Class AbsorbentComponent
For entities that can clean up puddles
Inheritance
System.Object
AbsorbentComponent
Assembly: Content.Shared.dll
Syntax
public sealed class AbsorbentComponent : Component
Fields
|
Improve this Doc
View Source
DefaultTransferSound
Declaration
public static readonly SoundSpecifier DefaultTransferSound
Field Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
PickupAmount
How much solution we can transfer in one interaction.
Declaration
public FixedPoint2 PickupAmount
Field Value
|
Improve this Doc
View Source
PickupSound
Declaration
public SoundSpecifier PickupSound
Field Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|
|
Improve this Doc
View Source
Progress
Declaration
public Dictionary<Color, float> Progress
Field Value
Type |
Description |
Dictionary<Color, System.Single> |
|
|
Improve this Doc
View Source
SolutionName
Declaration
public const string SolutionName = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TransferSound
Declaration
public SoundSpecifier TransferSound
Field Value
Type |
Description |
Robust.Shared.Audio.SoundSpecifier |
|