diag deltaTime: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *\[\[([a-zA-Z0-9_]+)\]\] * \|r1=" to "|s1= $1 |r1=") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
||
Line 8: | Line 8: | ||
|gr2= Time | |gr2= Time | ||
| Returns the duration of the previous frame in seconds | |descr= Returns the duration of the previous frame in seconds | ||
|s1= [[diag_deltaTime]] | |s1= [[diag_deltaTime]] |
Revision as of 21:00, 13 June 2021
Description
- Description:
- Returns the duration of the previous frame in seconds
- Groups:
- DiagnosticTime
Syntax
- Syntax:
- diag_deltaTime
- Return Value:
- Number
Examples
- Example 1:
_frameTime = diag_deltaTime;
- Example 2:
_fps = 1 / diag_deltaTime;
Additional Information
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