mod-sounds/settings.lua
2021-08-21 14:29:58 -07:00

12 lines
279 B
Lua

--- Sounds Settings
--
-- @topic settings
--- Enables sounds testing with [sounds_tests](tests.html#sounds_tests) chat command.
--
-- @setting sounds.enable_tests
-- @settype bool
-- @default false
sounds.enable_tests = core.settings:get_bool("sounds.enable_tests", false)