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

Method executeAction

source/game/StarWorldServerThread.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void WorldServerThread::executeAction(WorldServerAction action) {
170 RecursiveMutexLocker locker(m_mutex);
171 action(this, m_worldServer.get());
172}
173
174void WorldServerThread::setUpdateAction(WorldServerAction updateAction) {
175 RecursiveMutexLocker locker(m_mutex);

Callers 6

ServerClientContextMethod · 0.80
executeForClientMethod · 0.80
processUniverseFlagsMethod · 0.80
updateShipsMethod · 0.80
flyShipsMethod · 0.80
arriveShipsMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected