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

Method adminBroadcast

source/game/StarChatProcessor.cpp:186–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void ChatProcessor::adminBroadcast(String const& text) {
187 RecursiveMutexLocker locker(m_mutex);
188 broadcast(ServerConnectionId, text);
189}
190
191void ChatProcessor::adminMessage(MessageContext::Mode context, String const& channelName, String const& text) {
192 RecursiveMutexLocker locker(m_mutex);

Callers 2

pvpMethod · 0.45
handleCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected