1
0
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:
uramer 2024-07-23 20:52:37 +02:00 committed by Anton Uramer
parent a5d1db2afd
commit f15888f474
2 changed files with 1 additions and 6 deletions

View File

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

View File

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