mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43:33 +00:00
Fix incorrect package name in lua docs
This commit is contained in:
parent
075ecc8558
commit
0745ed590b
@ -26,22 +26,22 @@
|
|||||||
---
|
---
|
||||||
-- Simulation time in seconds.
|
-- Simulation time in seconds.
|
||||||
-- The number of simulation seconds passed in the game world since starting a new game.
|
-- 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
|
-- @return #number
|
||||||
|
|
||||||
---
|
---
|
||||||
-- The scale of simulation time relative to real time.
|
-- The scale of simulation time relative to real time.
|
||||||
-- @function [parent=#core] getSimulationTimeScale
|
-- @function [parent=#world] getSimulationTimeScale
|
||||||
-- @return #number
|
-- @return #number
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Game time in seconds.
|
-- Game time in seconds.
|
||||||
-- @function [parent=#core] getGameTime
|
-- @function [parent=#world] getGameTime
|
||||||
-- @return #number
|
-- @return #number
|
||||||
|
|
||||||
---
|
---
|
||||||
-- The scale of game time relative to simulation time.
|
-- The scale of game time relative to simulation time.
|
||||||
-- @function [parent=#core] getGameTimeScale
|
-- @function [parent=#world] getGameTimeScale
|
||||||
-- @return #number
|
-- @return #number
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user