Show / Hide Table of Contents

Class TegNodeGroup

Node group that connects the central TEG with its two circulators.

Inheritance
System.Object
BaseNodeGroup
TegNodeGroup
Implements
INodeGroup
Namespace: Content.Server.Power.Generation.Teg
Assembly: Content.Server.dll
Syntax
public sealed class TegNodeGroup : BaseNodeGroup, INodeGroup

Properties

| Improve this Doc View Source

CirculatorA

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
TegCirculatorComponent
| Improve this Doc View Source

CirculatorB

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
TegCirculatorComponent
| Improve this Doc View Source

Generator

The central generator component.

Declaration
public TegNodeGenerator Generator { get; }
Property Value
Type Description
TegNodeGenerator
See Also
TegGeneratorComponent
| Improve this Doc View Source

IsFullyBuilt

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 Source

Initialize(Node, IEntityManager)

Declaration
public override void Initialize(Node sourceNode, IEntityManager entMan)
Parameters
Type Name Description
Node sourceNode
IEntityManager entMan
Overrides
BaseNodeGroup.Initialize(Node, IEntityManager)
| Improve this Doc View Source

LoadNodes(List<Node>)

Declaration
public override void LoadNodes(List<Node> groupNodes)
Parameters
Type Name Description
List<Node> groupNodes
Overrides
BaseNodeGroup.LoadNodes(List<Node>)

Implements

INodeGroup

See Also

TegNodeGenerator
TegNodeCirculator
TegSystem
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾