PoEDynamicLootFilter
PoEDynamicLootFilter copied to clipboard
Make backend functions have fixed number of parameters
Allowing for variable numbers of parameters makes error messages less informative and parsing more difficult, for almost no benefit.
- [ ] Replace NumParamsOptions with NumParams (a single value) and update parsing and error messages.
- [ ] Replace functions using variable numbers of parameters with multiple functions.