Facepunch / Facepunch.Steamworks

Another fucking c# Steamworks implementation
MIT License
2.94k stars 353 forks source link

Steamworks.Ugc.Item bool isFavourited() #646

Open Justusvh opened 2 years ago

Justusvh commented 2 years ago

Steamworks.Ugc.Item has a bool IsSubscribed(). it also has AddFavorite() and RemoveFavourite().

I've looked everywhere and can't seem to find a way to determine if an item is favourited or not. A isFavourited() bool would be great.

kamyker commented 2 years ago

https://github.com/Facepunch/Facepunch.Steamworks/pull/443

alanlawrance commented 1 year ago

I agree. The workaround I had to implement was to query all favorited workshop item IDs instead. Need to account for there being more than 1 page of results when you do this.