Declared in PowerBus

Declaration

bool Connect(
    UniverseObject fromNode,
    UniverseObject toNode
);

Description

Connects two EPS Components in the network. This will create a wire between the two components This assumes that the positive terminal of the ‘fromNode’ is connected to the negative terminal of the ‘toNode’.

Parameters

NameDescription
fromNodeThe component to connect from
toNodeThe component to connect to