Show / Hide Table of Contents

Class ExtensionCableProviderComponent

Inheritance
System.Object
ExtensionCableProviderComponent
Namespace: Content.Server.Power.Components
Assembly: Content.Server.dll
Syntax
public sealed class ExtensionCableProviderComponent : Component

Properties

| Improve this Doc View Source

Connectable

If ExtensionCableReceiverComponents should consider connecting to this.

Declaration
public bool Connectable { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

LinkedReceivers

Declaration
public List<ExtensionCableReceiverComponent> LinkedReceivers { get; }
Property Value
Type Description
List<ExtensionCableReceiverComponent>
| Improve this Doc View Source

TransferRange

The max distance this can connect to ExtensionCableReceiverComponents from.

Declaration
public int TransferRange { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾