From 4bacf0d55afbf5fd6129d33be414a4125368f2f7 Mon Sep 17 00:00:00 2001 From: Kuyondo Date: Sun, 7 Jul 2024 21:03:43 +0800 Subject: [PATCH] Its sound id not sound path --- files/lua_api/openmw/types.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index d686df144a..8d54cf14df 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -2172,8 +2172,8 @@ -- @field #string name Human-readable name -- @field #string model VFS path to the model -- @field #string mwscript MWScript on this door (can be empty) --- @field #string openSound VFS path to the sound of opening --- @field #string closeSound VFS path to the sound of closing +-- @field #string openSound The sound id for door opening +-- @field #string closeSound The sound id for door closing