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

Method connectWire

source/game/StarWorldClient.cpp:2199–2201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2197}
2198
2199void WorldClient::connectWire(WireConnection const& output, WireConnection const& input) {
2200 m_outgoingPackets.append(make_shared<ConnectWirePacket>(output, input));
2201}
2202
2203bool WorldClient::sendSecretBroadcast(StringView broadcast, bool raw, bool compress) {
2204 if (!inWorld() || !m_mainPlayer || !m_mainPlayer->getSecretPropertyView(SECRET_BROADCAST_PUBLIC_KEY))

Callers 1

swingMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected