uspgamedev / luasteam

Bindings to connect lua with Steam API
https://luasteam.readthedocs.io/en/stable/
MIT License
129 stars 23 forks source link

IPlayerService::GetOwnedGames #35

Closed MichaelHinrichs closed 8 months ago

MichaelHinrichs commented 10 months ago

I want to be able to scan a users steam library. https://developer.valvesoftware.com/wiki/Steam_Web_API#GetOwnedGames_.28v0001.29

yancouto commented 8 months ago

This is in the steam web api, which luasteam does not support. I didn't find any equivalent in the normal Steamworks API, though I might have missed it.

yancouto commented 8 months ago

I'm closing this as steam web api is not on the scope of luasteam