Tao.Lua.Lua.lua_getregistry C# (CSharp) 메소드

lua_getregistry() 공개 정적인 메소드

public static lua_getregistry ( lua_State L ) : void
L lua_State
리턴 void
        public static void lua_getregistry(lua_State L)
        {
            lua_pushvalue(L, LUA_REGISTRYINDEX);
        }
Lua