MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaopen_thinkyoung

Function luaopen_thinkyoung

src/Chain/libraries/glua/lthinkyounglib.cpp:1090–1095  ·  view source on GitHub ↗

** Open thinkyoung library */

Source from the content-addressed store, hash-verified

1088** Open thinkyoung library
1089*/
1090LUAMOD_API int luaopen_thinkyoung(lua_State *L) {
1091 luaL_newlib(L, thinkyounglib);
1092 lua_pushnumber(L, VERSION);
1093 lua_setfield(L, -2, "version");
1094 return 1;
1095}

Callers

nothing calls this directly

Calls 2

lua_pushnumberFunction · 0.85
lua_setfieldFunction · 0.85

Tested by

no test coverage detected