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 SourceConnectable
If ExtensionCableReceiverComponents should consider connecting to this.
Declaration
public bool Connectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LinkedReceivers
Declaration
public List<ExtensionCableReceiverComponent> LinkedReceivers { get; }
Property Value
Type | Description |
---|---|
List<ExtensionCableReceiverComponent> |
TransferRange
The max distance this can connect to ExtensionCableReceiverComponents from.
Declaration
public int TransferRange { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |