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

StringFilterKind enum is missing exhaustive filters #218

Open
s0ssh opened this issue Nov 24, 2024 · 0 comments · May be fixed by #219
Open

StringFilterKind enum is missing exhaustive filters #218

s0ssh opened this issue Nov 24, 2024 · 0 comments · May be fixed by #219

Comments

@s0ssh
Copy link

s0ssh commented Nov 24, 2024

The steamworks::StringFilterKind enum lacks the exhaustive filter options exposed by the Steamworks API:

sys::ELobbyComparison::k_ELobbyComparisonEqualToOrLessThan
sys::ELobbyComparison::k_ELobbyComparisonLessThan
sys::ELobbyComparison::k_ELobbyComparisonEqual
sys::ELobbyComparison::k_ELobbyComparisonGreaterThan
sys::ELobbyComparison::k_ELobbyComparisonEqualToOrGreaterThan
sys::ELobbyComparison::k_ELobbyComparisonNotEqual

I have patches which introduce these filter options to the StringFilterKind enum, allowing for more lobby-filtering options.

This issue would be resolved by #219 .

@s0ssh s0ssh linked a pull request Nov 24, 2024 that will close this issue
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 a pull request may close this issue.

1 participant