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

Method clearScriptCache

source/game/scripting/StarLuaRoot.cpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void LuaRoot::clearScriptCache() const {
148 return m_scriptCache->clear();
149}
150
151void LuaRoot::addCallbacks(String const& groupName, LuaCallbacks const& callbacks) {
152 m_luaCallbacks[groupName] = callbacks;

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected