diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index d7c0cd9517..417087a307 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -823,6 +823,11 @@ -- @param #any objectOrRecordId -- @return #PotionRecord +--- +-- Returns a read-only list of all @{#PotionRecord}s in the world database. +-- @function [parent=#Potion] records +-- @return #list<#PotionRecord> + --- -- Creates a @{#PotionRecord} without adding it to the world database. -- Use @{openmw_world#(world).createRecord} to add the record to the world.