From 02f0af42d98f65eb1be8cd245c519c3411a5e156 Mon Sep 17 00:00:00 2001 From: Rasinin Date: Wed, 4 Jan 2023 17:59:19 +0800 Subject: [PATCH] updateluacoredoc: recordid desc --- files/lua_api/openmw/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/lua_api/openmw/core.lua b/files/lua_api/openmw/core.lua index 38f73ec669..9b5f13f414 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -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 #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 #string recordId Record ID. +-- @field #string recordId Returns record ID of the object in lowercase. --- -- Does the object still exist and is available.