MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / luaopen_debug

Function luaopen_debug

Plugins/slua_unreal/External/lua/ldblib.cpp:451–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449
450
451LUAMOD_API int luaopen_debug (lua_State *L) {
452 luaL_newlib(L, dblib);
453 return 1;
454}
455
456} // end NS_SLUA

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected