From 0745ed590bc7f82aca743c8f83aa64a3b57f3cc9 Mon Sep 17 00:00:00 2001 From: Petr Mikheev Date: Sat, 4 Jun 2022 13:28:04 +0000 Subject: [PATCH] Fix incorrect package name in lua docs --- files/lua_api/openmw/world.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/lua_api/openmw/world.lua b/files/lua_api/openmw/world.lua index 1f5d9a539b..c29ac4efaf 100644 --- a/files/lua_api/openmw/world.lua +++ b/files/lua_api/openmw/world.lua @@ -26,22 +26,22 @@ --- -- Simulation time in seconds. -- The number of simulation seconds passed in the game world since starting a new game. --- @function [parent=#core] getSimulationTime +-- @function [parent=#world] getSimulationTime -- @return #number --- -- The scale of simulation time relative to real time. --- @function [parent=#core] getSimulationTimeScale +-- @function [parent=#world] getSimulationTimeScale -- @return #number --- -- Game time in seconds. --- @function [parent=#core] getGameTime +-- @function [parent=#world] getGameTime -- @return #number --- -- The scale of game time relative to simulation time. --- @function [parent=#core] getGameTimeScale +-- @function [parent=#world] getGameTimeScale -- @return #number ---