1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-29 13:41:34 +00:00

Merge branch 'fix_createRecord' into 'master'

Add two missing record types to world.createRecord docs

See merge request OpenMW/openmw!3386
This commit is contained in:
psi29a 2023-08-29 09:19:11 +00:00
commit 4a46d772a1

View file

@ -153,6 +153,8 @@
-- * @{openmw.types#ArmorRecord},
-- * @{openmw.types#BookRecord},
-- * @{openmw.types#MiscellaneousRecord},
-- * @{openmw.types#ClothingRecord},
-- * @{openmw.types#WeaponRecord},
-- * @{openmw.types#ActivatorRecord}
-- @function [parent=#world] createRecord
-- @param #any record A record to be registered in the database. Must be one of the supported types.