Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ uninit
Method
uninit
source/game/scripting/StarLuaComponents.hpp:312–315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
311
template <typename Base>
312
void LuaWorldComponent<Base>::uninit() {
313
Base::uninit();
314
Base::removeCallbacks(
"world"
);
315
}
316
317
template <typename Base>
318
LuaMessageHandlingComponent<Base>::LuaMessageHandlingComponent() {
Callers
1
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected