Show / Hide Table of Contents

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 Source

Duration

The length of the reclaiming process. Used for calculations.

Declaration
public TimeSpan Duration
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

EndTime

When the reclaiming process ends.

Declaration
public TimeSpan EndTime
Field Value
Type Description
TimeSpan
| Improve this Doc View Source

ReclaimingContainer

Container used to store the item currently being reclaimed

Declaration
public Container ReclaimingContainer
Field Value
Type Description
Robust.Shared.Containers.Container
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾