Show / Hide Table of Contents

Class ComponentConstructionGraphStep

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

Properties

| Improve this Doc View Source

Component

Declaration
public string Component { 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
ArbitraryInsertConstructionGraphStep.DoExamine(ExaminedEvent)
| Improve this Doc View Source

EntityValid(EntityUid, IEntityManager, IComponentFactory)

Declaration
public override bool EntityValid(EntityUid uid, IEntityManager entityManager, IComponentFactory compFactory)
Parameters
Type Name Description
EntityUid uid
IEntityManager entityManager
IComponentFactory compFactory
Returns
Type Description
System.Boolean
Overrides
EntityInsertConstructionGraphStep.EntityValid(EntityUid, IEntityManager, IComponentFactory)
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾