Declared in PowerBus

Declaration

UniverseObject[] GetConnectedOutputs(
    UniverseObject component
);

Description

Returns a list of all components that are connected on the power bus as an output to a particular component. This is all the components that are connected to the positive terminal of the component.

Parameters

NameDescription
componentThe component to return the connected outputs for