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 SettingsList for storing lists of settings #738

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Nov 10, 2023

This is a new type that is used to store lists of settings in addition to SettingsMap. The difference is that for lists you don't use keys to look up the values, but instead you use indices, or more likely, iteration.

This is a new type that is used to store lists of settings in addition
to `SettingsMap`. The difference is that for lists you don't use keys to
look up the values, but instead you use indices, or more likely,
iteration.
@CryZe CryZe added enhancement An improvement for livesplit-core. feature A new user visible feature for livesplit-core. auto splitting This is about the auto splitting implementation. labels Nov 10, 2023
@CryZe CryZe added this to the v0.14 milestone Nov 10, 2023
@CryZe CryZe merged commit fb17a18 into LiveSplit:master Nov 10, 2023
76 checks passed
@CryZe CryZe deleted the settings-list branch November 10, 2023 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto splitting This is about the auto splitting implementation. enhancement An improvement for livesplit-core. feature A new user visible feature for livesplit-core.
Projects
Development

Successfully merging this pull request may close these issues.

1 participant