mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-08 03:28:15 +03:00
Lua: Add missing light flags, allow creating light record via world.createRecord
This commit is contained in:
parent
f595015ffc
commit
c63c1e69cf
7 changed files with 128 additions and 4 deletions
|
@ -172,7 +172,8 @@
|
|||
-- * @{openmw.types#MiscellaneousRecord},
|
||||
-- * @{openmw.types#ClothingRecord},
|
||||
-- * @{openmw.types#WeaponRecord},
|
||||
-- * @{openmw.types#ActivatorRecord}
|
||||
-- * @{openmw.types#ActivatorRecord},
|
||||
-- * @{openmw.types#LightRecord}
|
||||
-- @function [parent=#world] createRecord
|
||||
-- @param #any record A record to be registered in the database. Must be one of the supported types.
|
||||
-- @return #any A new record added to the database. The type is the same as the input's.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue