MCPcopy Create free account
hub / github.com/MihailRis/voxelcore / luaerror

Method luaerror

src/logic/scripting/lua/lua_engine.cpp:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14using namespace lua;
15
16luaerror::luaerror(const std::string& message) : std::runtime_error(message) {
17}
18
19static void remove_lib_funcs(lua::State* L, const char* libname, const char* funcs[]) {
20 if (getglobal(L, libname)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected