mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-13 18:30:54 +00:00
14 lines
441 B
Lua
14 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
|
|
|