2024 Method
Changes 0
M

Wire.ConnectTo

Description:
Connects the wire to other elements.
public void ConnectTo(
	Connector startConnectorTo,
	Connector endConnectorTo
)
  • startConnectorTo cannot be connected to a wire, as it is not an electrical connector. -or- endConnectorTo cannot be connected to a wire, as it is not an electrical connector. -or- startConnectorTo or/and endConnectorTo cannot be connected to a wire, as wire can't connect both connectors to same wire or same connector.
  • Cannot connect the wire to the start connector or the end connector.