diag deltaTime: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(6 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 | ||
Line 14: | Line 14: | ||
|r1= [[Number]] | |r1= [[Number]] | ||
|x1= < | |x1= <sqf>private _frameTime = diag_deltaTime;</sqf> | ||
|x2= < | |x2= <sqf>private _fps = 1 / diag_deltaTime;</sqf> | ||
|seealso= [[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