From 425076b8dd3af6c8f234973033b9b879faee9c6d Mon Sep 17 00:00:00 2001 From: Zackhasacat Date: Fri, 25 Aug 2023 17:44:34 +0000 Subject: [PATCH] Fix types.LevelledCreature in docs --- files/lua_api/openmw/types.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index d4dda3ea92..868023952e 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -1577,7 +1577,7 @@ --- @{#CreatureLevelledList} functions --- @field [parent=#types] #CreatureLevelledList CreatureLevelledList +-- @field [parent=#types] #CreatureLevelledList LevelledCreature --- -- @type CreatureLevelledList @@ -1605,8 +1605,8 @@ --- -- Picks a random id from the levelled list. -- @function [parent=#CreatureLevelledListRecord] getRandomId --- @param openmw.core#CreatureLevelledListRecord The list --- @param #number The maximum level to select entries for +-- @param openmw.core#CreatureLevelledListRecord listRecord The list +-- @param #number MaxLvl The maximum level to select entries for -- @return #string An id ---