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

Function luaopen_bit32

Plugins/slua_unreal/External/lua/lbitlib.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216
217LUAMOD_API int luaopen_bit32 (lua_State *L) {
218 luaL_newlib(L, bitlib);
219 return 1;
220}
221
222
223#else /* }{ */

Callers

nothing calls this directly

Calls 1

luaL_errorFunction · 0.85

Tested by

no test coverage detected