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

Method receiveMessage

source/game/StarStagehand.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190Maybe<Json> Stagehand::receiveMessage(ConnectionId sendingConnection, String const& message, JsonArray const& args) {
191 return m_scriptComponent.handleMessage(message, sendingConnection == world()->connection(), args);
192}
193
194}

Callers

nothing calls this directly

Calls 2

handleMessageMethod · 0.80
connectionMethod · 0.45

Tested by

no test coverage detected