Class ComponentConstructionGraphStep
Inheritance
System.Object
ComponentConstructionGraphStep
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
Overrides
|
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