Declared in PowerBus

Declaration

bool Disconnect(
    UniverseObject fromNode,
    UniverseObject toNode
);

Description

Disconnects two EPS Components in the network. This will not remove the component from the cache, but more just disconnect the wire that joins the two components together.

Parameters

NameDescription
fromNodeThe component connected
toNodeThe component that it is connected to