Tao.Lua.Lua.lua_getref C# (CSharp) Méthode

lua_getref() public static méthode

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