Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bindings for ISteamRemoteStorage/GetCollectionDetails endpoint. #107

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oliver4888
Copy link

Added the GetCollectionDetails method to ISteamRemoteStorage which accepts either a single ulong or IList<ulong> via an overload and will return the list of items in that collection.

The uint FileType field on CollectionDetailItem appears to be some sort of enumeration, however I have only seen 0 returned for mods and 2 for collections, so I am hesitant to give it a concrete implementation.

@babelshift babelshift self-assigned this Oct 14, 2020
@babelshift
Copy link
Owner

@oliver4888 are you able to take a second look at this PR based on my comments so I can merge? Thanks.

@oliver4888
Copy link
Author

Hey @babelshift, I don't see any comments.
Also I believe the FileType corresponds to EWorkshopFileType however the partner docs don't appear to have GetCollectionDetails so I'm not 100% on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants