jstroh

Results 3 issues of jstroh

I have tested this with app id 480 and my own app id of 2957110 with a user that had items in their inventory. It works as expected.

Could someone please add all the callbacks and functions? Pretty please? https://partner.steamgames.com/doc/api/ISteamInventory#callbacks https://partner.steamgames.com/doc/api/ISteamInventory#functions

``` const { Menu, app, BrowserWindow, ipcMain } = require("electron"); const serve = require("electron-serve"); const { join } = require("path"); Menu.setApplicationMenu(null); process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = true; const steamworks = require("steamworks.js"); const steamClient...