diag deltaTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " {2,}\}\}" to " }}")
m (Some wiki formatting)
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:diag_deltaTime}}
{{RV|type=command
{{Command


| arma3
|game1= arma3
|version1= 1.96


|1.96
|gr1= Diagnostic


|gr1= Diagnosis
|gr2= Time
|gr2= Time


| Returns the duration of the previous frame in seconds
|descr= Returns the duration of the previous frame in seconds


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


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


|x1= <code>_frameTime = [[diag_deltaTime]];</code>
|x1= <sqf>private _frameTime = diag_deltaTime;</sqf>


|x2= <code>_fps = 1 / [[diag_deltaTime]];</code>
|x2= <sqf>private _fps = 1 / diag_deltaTime;</sqf>


| [[diag_tickTime]], [[diag_fps]], [[diag_fpsMin]], [[diag_frameNo]], [[diag_log]], [[time]]
|seealso= [[diag_tickTime]] [[diag_fps]] [[diag_fpsMin]] [[diag_frameNo]] [[diag_log]] [[time]]
}}
}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:08, 3 May 2022

Hover & click on the images for description

Description

Description:
Returns the duration of the previous frame in seconds
Groups:
DiagnosticTime

Syntax

Syntax:
diag_deltaTime
Return Value:
Number

Examples

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

Additional Information

See also:
diag_tickTime diag_fps diag_fpsMin diag_frameNo diag_log time

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