moduleapi: Add enum config option method

For when a setting has a few fixed values it can take
This commit is contained in:
Kim Alvefur 2021-01-16 20:40:14 +01:00
parent 5b7a569fe0
commit c4abd68e92
4 changed files with 17 additions and 0 deletions

View file

@ -73,6 +73,7 @@ files["plugins/"] = {
"module.get_option",
"module.get_option_array",
"module.get_option_boolean",
"module.get_option_enum",
"module.get_option_inherited_set",
"module.get_option_number",
"module.get_option_path",