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

updateluacoredoc: recordid desc

This commit is contained in:
Rasinin 2023-01-04 17:59:19 +08:00
parent a24fa3ea51
commit 02f0af42d9

View file

@ -112,7 +112,7 @@
-- @field #Cell cell The cell where the object currently is. During loading a game and for objects in an inventory or a container `cell` is nil. -- @field #Cell cell The cell where the object currently is. During loading a game and for objects in an inventory or a container `cell` is nil.
-- @field #table type Type of the object (one of the tables from the package @{openmw.types#types}). -- @field #table type Type of the object (one of the tables from the package @{openmw.types#types}).
-- @field #number count Count (makes sense if stored in a container). -- @field #number count Count (makes sense if stored in a container).
-- @field #string recordId Record ID. -- @field #string recordId Returns record ID of the object in lowercase.
--- ---
-- Does the object still exist and is available. -- Does the object still exist and is available.