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

Method setUpdateAction

source/game/StarWorldServerThread.cpp:174–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void WorldServerThread::setUpdateAction(WorldServerAction updateAction) {
175 RecursiveMutexLocker locker(m_mutex);
176 m_updateAction = updateAction;
177}
178
179void WorldServerThread::passMessages(List<Message>&& messages) {
180 RecursiveMutexLocker locker(m_messageMutex);

Callers 4

shipWorldPromiseMethod · 0.45
celestialWorldPromiseMethod · 0.45
instanceWorldPromiseMethod · 0.45
createSystemWorldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected