diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index 7606015c15..4f8d51ab92 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -2172,9 +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 nil) --- @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 --- Functions for @{#Static} objects