MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / disconnectAllWires

Method disconnectAllWires

source/game/StarWorldClient.cpp:2195–2197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2193}
2194
2195void WorldClient::disconnectAllWires(Vec2I wireEntityPosition, WireNode const& node) {
2196 m_outgoingPackets.append(make_shared<DisconnectAllWiresPacket>(wireEntityPosition, node));
2197}
2198
2199void WorldClient::connectWire(WireConnection const& output, WireConnection const& input) {
2200 m_outgoingPackets.append(make_shared<ConnectWirePacket>(output, input));

Callers 1

swingMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected