From 6769d102036bac74a81072edda64701732258cff Mon Sep 17 00:00:00 2001 From: Andrei Kortunov Date: Fri, 15 Sep 2023 19:22:24 +0400 Subject: [PATCH] Fix documentation error --- 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 a6e9cb361cd..b7a3b65ba6b 100644 --- a/files/lua_api/openmw/core.lua +++ b/files/lua_api/openmw/core.lua @@ -827,7 +827,7 @@ --- -- Play an animated voiceover. Has two overloads: -- --- * With an "object" argument: play sound for given object, with speaking animation if possible equipment slots. +-- * With an "object" argument: play sound for given object, with speaking animation if possible -- * Without an "object" argument: play sound globally, without object -- @function [parent=#Sound] say -- @param #string fileName Path to sound file in VFS