mod-sounds/settings.lua

12 lines
278 B
Lua
Raw Normal View History

2021-08-21 06:03:22 -07:00
--- Sounds Settings
--
-- @topic settings
2021-08-21 14:20:01 -07:00
--- Enables sounds testing with [sounds_test](tests.html#sounds_tests) chat command.
2021-08-21 06:03:22 -07:00
--
-- @setting sounds.enable_tests
-- @settype bool
-- @default false
sounds.enable_tests = core.settings:get_bool("sounds.enable_tests", false)