Open Justusvh opened 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.
https://github.com/Facepunch/Facepunch.Steamworks/pull/443
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.
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.