MCPcopy Create free account
hub / github.com/Tencent/xLua / c_lua_getglobal

Function c_lua_getglobal

WebGLPlugins/xlua.c:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313static int c_lua_getglobal(lua_State* L) {
314 lua_getglobal(L, lua_tostring(L, 1));
315 return 1;
316}
317
318LUA_API int xlua_getglobal (lua_State *L, const char *name) {
319 lua_pushcfunction(L, c_lua_getglobal);

Callers

nothing calls this directly

Calls 1

lua_getglobalFunction · 0.70

Tested by

no test coverage detected