Class ActiveMaterialReclaimerComponent
Tracker component for the process of reclaiming entities MaterialReclaimerComponent
Inheritance
System.Object
ActiveMaterialReclaimerComponent
Namespace: Content.Shared.Materials
Assembly: Content.Shared.dll
Syntax
public sealed class ActiveMaterialReclaimerComponent : Component
Fields
| Improve this Doc View SourceDuration
The length of the reclaiming process. Used for calculations.
Declaration
public TimeSpan Duration
Field Value
Type | Description |
---|---|
TimeSpan |
EndTime
When the reclaiming process ends.
Declaration
public TimeSpan EndTime
Field Value
Type | Description |
---|---|
TimeSpan |
ReclaimingContainer
Container used to store the item currently being reclaimed
Declaration
public Container ReclaimingContainer
Field Value
Type | Description |
---|---|
Robust.Shared.Containers.Container |