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

Method removeCallbacks

source/game/scripting/StarLuaComponents.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool LuaBaseComponent::removeCallbacks(String const& groupName) {
45 if (m_callbacks.remove(groupName)) {
46 if (m_context)
47 m_context->remove(groupName);
48 return true;
49 }
50 return false;
51}
52
53bool LuaBaseComponent::autoReInit() const {
54 return (bool)m_reloadTracker;

Callers 15

uninitMethod · 0.80
uninitMethod · 0.80
uninitMethod · 0.80
uninitMethod · 0.80
uninitMethod · 0.80
uninitMethod · 0.80
unloadModuleMethod · 0.80
uninitPrimaryScriptMethod · 0.80
uninitScriptMethod · 0.80
uninitMethod · 0.80
uninitMethod · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected