mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-22 03:40:49 +00:00
Lua docs: getRealFrameDuration not available in global
This commit is contained in:
parent
a5d1db2afd
commit
f15888f474
@ -52,7 +52,7 @@
|
||||
-- @return #number
|
||||
|
||||
---
|
||||
-- Frame duration in seconds
|
||||
-- Frame duration in seconds. Not available in global scripts.
|
||||
-- @function [parent=#core] getRealFrameDuration
|
||||
-- @return #number
|
||||
|
||||
|
@ -118,11 +118,6 @@
|
||||
-- @function [parent=#world] setGameTimeScale
|
||||
-- @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).
|
||||
-- @function [parent=#world] isWorldPaused
|
||||
|
Loading…
x
Reference in New Issue
Block a user