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

Method stop

source/game/scripting/StarScriptableThread.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void ScriptableThread::stop() {
58 m_stop = true;
59 Thread::join();
60}
61
62void ScriptableThread::setPause(bool pause) {
63 m_pause = pause;

Callers 2

uninitMethod · 0.45
makeThreadsCallbacksMethod · 0.45

Calls 1

joinFunction · 0.50

Tested by

no test coverage detected