Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ stopLua
Method
stopLua
source/game/StarUniverseServer.cpp:2399–2404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2397
}
2398
2399
void UniverseServer::stopLua() {
2400
for (auto& p : m_scriptContexts)
2401
p.second->uninit();
2402
2403
m_scriptContexts.clear();
2404
}
2405
2406
}
Callers
nothing calls this directly
Calls
2
uninit
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected