Show / Hide Table of Contents

Class ConstructionGraphStep

Inheritance
System.Object
ConstructionGraphStep
EntityInsertConstructionGraphStep
PartAssemblyConstructionGraphStep
TemperatureConstructionGraphStep
ToolConstructionGraphStep
Namespace: Content.Shared.Construction.Steps
Assembly: Content.Shared.dll
Syntax
public abstract class ConstructionGraphStep : object

Properties

| Improve this Doc View Source

Completed

Declaration
public IReadOnlyList<IGraphAction> Completed { get; }
Property Value
Type Description
IReadOnlyList<IGraphAction>
| Improve this Doc View Source

DoAfter

Declaration
public float DoAfter { get; }
Property Value
Type Description
System.Single

Methods

| Improve this Doc View Source

DoExamine(ExaminedEvent)

Declaration
public abstract void DoExamine(ExaminedEvent examinedEvent)
Parameters
Type Name Description
ExaminedEvent examinedEvent
| Improve this Doc View Source

GenerateGuideEntry()

Declaration
public abstract ConstructionGuideEntry GenerateGuideEntry()
Returns
Type Description
ConstructionGuideEntry
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾