mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-11 00:39:59 +00:00
15 lines
441 B
Lua
15 lines
441 B
Lua
-------------------------------------------------------------------------------
|
|
-- `openmw.settings` provides read-only access to GMST records in content files.
|
|
-- @module settings
|
|
-- @usage
|
|
-- local settings = require('openmw.settings')
|
|
|
|
-------------------------------------------------------------------------------
|
|
-- Get a GMST setting from content files.
|
|
-- @function [parent=#settings] getGMST
|
|
-- @param #string setting
|
|
|
|
|
|
return nil
|
|
|