mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-03 09:11:39 +00:00
Update I.Settings.registerGroup documentation
This commit is contained in:
parent
8cc47f5363
commit
bd54292ff4
1 changed files with 3 additions and 2 deletions
|
@ -117,7 +117,8 @@ return {
|
|||
end,
|
||||
---
|
||||
-- @function [parent=#Settings] registerGroup Register a group to be attached to a page,
|
||||
-- available both in player and global scripts
|
||||
-- available in player, menu and global scripts
|
||||
-- Note: menu scripts only allow group with permanentStorage = true, but can render the page before a game is loaded!
|
||||
-- @param #GroupOptions options
|
||||
-- @usage
|
||||
-- I.Settings.registerGroup {
|
||||
|
@ -147,7 +148,7 @@ return {
|
|||
registerGroup = common.registerGroup,
|
||||
---
|
||||
-- @function [parent=#Settings] updateRendererArgument Change the renderer argument of a setting
|
||||
-- available both in player and global scripts
|
||||
-- available both in player, menu and global scripts
|
||||
-- @param #string groupKey A settings group key
|
||||
-- @param #string settingKey A setting key
|
||||
-- @param argument A renderer argument
|
||||
|
|
Loading…
Reference in a new issue