1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-21 05:39:42 +00:00

Fix incorrect package name in lua docs

This commit is contained in:
Petr Mikheev 2022-06-04 13:28:04 +00:00 committed by jvoisin
parent 075ecc8558
commit 0745ed590b

View file

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