F f = (F) lua_touserdata(L, lua_upvalueindex(1)); // Build a tuple of arguments. auto args = lua.CheckArgs<1, Args...>(); // Apply the function to the tuple ...
確定! 回上一頁