Show / Hide Table of Contents

Class EntityInsertConstructionGraphStep

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

Properties

| Improve this Doc View Source

Store

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

Methods

| Improve this Doc View Source

EntityValid(EntityUid, IEntityManager, IComponentFactory)

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