Class TegNodeGroup
Node group that connects the central TEG with its two circulators.
Implements
Namespace: Content.Server.Power.Generation.Teg
Assembly: Content.Server.dll
Syntax
public sealed class TegNodeGroup : BaseNodeGroup, INodeGroup
Properties
| Improve this Doc View SourceCirculatorA
The A-side circulator. This is the circulator that is in the direction FACING the center component's rotation.
Declaration
public TegNodeCirculator CirculatorA { get; }
Property Value
Type | Description |
---|---|
TegNodeCirculator |
Remarks
Not filled in if there is no center piece to deduce relative rotation from.
See Also
| Improve this Doc View SourceCirculatorB
The B-side circulator. This circulator is opposite CirculatorA.
Declaration
public TegNodeCirculator CirculatorB { get; }
Property Value
Type | Description |
---|---|
TegNodeCirculator |
Remarks
Not filled in if there is no center piece to deduce relative rotation from.
See Also
| Improve this Doc View SourceGenerator
The central generator component.
Declaration
public TegNodeGenerator Generator { get; }
Property Value
Type | Description |
---|---|
TegNodeGenerator |
See Also
| Improve this Doc View SourceIsFullyBuilt
If true, this TEG is fully built and has all its parts properly connected.
Declaration
public bool IsFullyBuilt { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceInitialize(Node, IEntityManager)
Declaration
public override void Initialize(Node sourceNode, IEntityManager entMan)
Parameters
Type | Name | Description |
---|---|---|
Node | sourceNode | |
IEntityManager | entMan |
Overrides
| Improve this Doc View SourceLoadNodes(List<Node>)
Declaration
public override void LoadNodes(List<Node> groupNodes)
Parameters
Type | Name | Description |
---|---|---|
List<Node> | groupNodes |