Tao.Lua.Lua.lua_getregistry C# (CSharp) Method

lua_getregistry() public static method

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