MCPcopy 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
17LuaBaseComponent::~LuaBaseComponent() {
18 m_threads.clear();
19}
20
21StringList const& LuaBaseComponent::scripts() const {
22 return m_scripts;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected