Facepunch.Steamworks icon indicating copy to clipboard operation
Facepunch.Steamworks copied to clipboard

Steamworks.Ugc.Item bool isFavourited()

Open Justusvh opened this issue 2 years ago • 2 comments

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.

Justusvh avatar Mar 09 '22 23:03 Justusvh

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

kamyker avatar May 13 '22 20:05 kamyker

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.

alanlawrance avatar Mar 04 '23 20:03 alanlawrance