diag deltaTime: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{Command " to "{{RV|type=command ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 1.96 | |||
| | |gr1= Diagnostic | ||
|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= < | |x1= <sqf>private _frameTime = diag_deltaTime;</sqf> | ||
|x2= < | |x2= <sqf>private _fps = 1 / diag_deltaTime;</sqf> | ||
| [[diag_tickTime]] | |seealso= [[diag_tickTime]] [[diag_fps]] [[diag_fpsMin]] [[diag_frameNo]] [[diag_log]] [[time]] | ||
}} | }} | ||
Latest revision as of 15:08, 3 May 2022
Description
- Description:
- Returns the duration of the previous frame in seconds
- Groups:
- DiagnosticTime
Syntax
- Syntax:
- diag_deltaTime
- Return Value:
- Number
Examples
- Example 1:
- Example 2:
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