Declared in PowerInterconnect

Declaration

bool ConnectInterconnect(
    UniverseObject fromNode,
    UniverseObject toNode,
    TerminalType fromTerminal,
    TerminalType toTerminal
);

Description

Connects two PowerBus networks at specified nodes and terminals.

Parameters

NameDescription
fromNodeThe component to connect from in one PowerBus
toNodeThe component to connect to in another PowerBus
fromTerminalThe terminal to connect from on the fromNode
toTerminalThe terminal to connect to on the toNode