Declared in PowerBus
Declaration
bool Replace(
UniverseObject original,
UniverseObject replacement
);
Description
Replaces a component in the network with another component
Parameters
Name | Description |
---|---|
original | The original component to remove |
replacement | The new component |