Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ ~LuaBaseComponent
Method
~LuaBaseComponent
source/game/scripting/StarLuaComponents.cpp:17–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
LuaBaseComponent::~LuaBaseComponent() {
18
m_threads.clear();
19
}
20
21
StringList const& LuaBaseComponent::scripts() const {
22
return m_scripts;
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected