mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-22 21:40:42 +00:00
Lua docs: getRealFrameDuration not available in global
This commit is contained in:
parent
a5d1db2afd
commit
f15888f474
@ -52,7 +52,7 @@
|
|||||||
-- @return #number
|
-- @return #number
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Frame duration in seconds
|
-- Frame duration in seconds. Not available in global scripts.
|
||||||
-- @function [parent=#core] getRealFrameDuration
|
-- @function [parent=#core] getRealFrameDuration
|
||||||
-- @return #number
|
-- @return #number
|
||||||
|
|
||||||
|
@ -118,11 +118,6 @@
|
|||||||
-- @function [parent=#world] setGameTimeScale
|
-- @function [parent=#world] setGameTimeScale
|
||||||
-- @param #number ratio
|
-- @param #number ratio
|
||||||
|
|
||||||
---
|
|
||||||
-- Frame duration in seconds
|
|
||||||
-- @function [parent=#world] getRealFrameDuration
|
|
||||||
-- @return #number
|
|
||||||
|
|
||||||
---
|
---
|
||||||
-- Whether the world is paused (onUpdate doesn't work when the world is paused).
|
-- Whether the world is paused (onUpdate doesn't work when the world is paused).
|
||||||
-- @function [parent=#world] isWorldPaused
|
-- @function [parent=#world] isWorldPaused
|
||||||
|
Loading…
x
Reference in New Issue
Block a user