7 lines
203 B
Lua
7 lines
203 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return boolean isEnabled
|
|
---Returns boolean for the Mature Language Filter option's state.
|
|
function BNGetMatureLanguageFilter() end
|