1
0
Fork 0
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:
uramer 2024-01-10 23:10:19 +01:00
parent 8cc47f5363
commit bd54292ff4

View file

@ -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