1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-29 18:32:36 +00:00

Its sound id not sound path

This commit is contained in:
Kuyondo 2024-07-07 21:03:43 +08:00
parent 061f10bef7
commit 4bacf0d55a

View File

@ -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