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

Implement a "Switch" parameter data type #49

Open
LagoLunatic opened this issue Sep 28, 2023 · 0 comments
Open

Implement a "Switch" parameter data type #49

LagoLunatic opened this issue Sep 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@LagoLunatic
Copy link
Collaborator

Switch parameters are extremely common among actors but it's not immediately intuitive how they work. It might be helpful to split it from a single integer spinbox into a dropdown+spinbox combo widget.

The dropdown would allow selecting the type of switch, and then the spinbox would allow selecting the index of the switch within that type range:

  • Mem bit switch: 0-127 (0-127)
  • Dan bit switch: 0-63 (128-191)
  • Zone bit switch: 0-31 (192-223)
  • Door-cleared zone bit switch: 0-15 (224-239)
  • N/A Switch: 255 (no spinbox needed)
@LagoLunatic LagoLunatic added the enhancement New feature or request label Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant