diag deltaTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \{\{GameCategory *\| *arma3 *\| *(New )?Scripting Commands\}\}" to "")
m (Text replacement - "\| *\[\[([a-zA-Z0-9_]+)\]\] * \|r1=" to "|s1= $1 |r1=")
Line 10: Line 10:
| Returns the duration of the previous frame in seconds
| Returns the duration of the previous frame in seconds


| [[diag_deltaTime]]
|s1= [[diag_deltaTime]]


|r1= [[Number]]
|r1= [[Number]]

Revision as of 16:49, 13 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
DiagnosticTime

Syntax

Syntax:
diag_deltaTime
Return Value:
Number

Examples

Example 1:
_frameTime = diag_deltaTime;
Example 2:
_fps = 1 / diag_deltaTime;

Additional Information

See also:
diag_tickTimediag_fpsdiag_fpsMindiag_frameNodiag_logtime

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note