diag deltaTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ")
m (Some wiki formatting)
 
(5 intermediate revisions by the same user not shown)
Line 5: Line 5:


|gr1= Diagnostic
|gr1= Diagnostic
|gr2= Time
|gr2= Time


Line 13: Line 14:
|r1= [[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>


|seealso= [[diag_tickTime]], [[diag_fps]], [[diag_fpsMin]], [[diag_frameNo]], [[diag_log]], [[time]]
|seealso= [[diag_tickTime]] [[diag_fps]] [[diag_fpsMin]] [[diag_frameNo]] [[diag_log]] [[time]]
}}
}}

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