Show / Hide Table of Contents

Class ToolConstructionGraphStep

Inheritance
System.Object
ConstructionGraphStep
ToolConstructionGraphStep
Namespace: Content.Shared.Construction.Steps
Assembly: Content.Shared.dll
Syntax
public sealed class ToolConstructionGraphStep : ConstructionGraphStep

Properties

| Improve this Doc View Source

ExamineOverride

Declaration
public string ExamineOverride { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Fuel

Declaration
public float Fuel { get; }
Property Value
Type Description
System.Single
| Improve this Doc View Source

Tool

Declaration
public string Tool { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

DoExamine(ExaminedEvent)

Declaration
public override void DoExamine(ExaminedEvent examinedEvent)
Parameters
Type Name Description
ExaminedEvent examinedEvent
Overrides
ConstructionGraphStep.DoExamine(ExaminedEvent)
| Improve this Doc View Source

GenerateGuideEntry()

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