Declared in PowerBus
Declaration
UniverseObject[] GetConnectedInputs(
UniverseObject component
);
Description
Returns a list of all components that are connected on the power bus as an input to a particular component. This is all the components that are connected to the negative terminal of the component.
Parameters
Name | Description |
---|---|
component | The component to return the connected inputs for |