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
Name | Description |
---|---|
fromNode | The component connected |
toNode | The component that it is connected to |