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

lua_getref() public static method

public static lua_getref ( lua_State L, int reference ) : void
L lua_State
reference int
return void
        public static void lua_getref(lua_State L, int reference)
        {
            lua_rawgeti(L, LUA_REGISTRYINDEX, reference);
        }
Lua