diag fpsmin: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(displaytitle change, example added, see also cleanup)
Line 1: Line 1:
{{DISPLAYTITLE:diag_fpsmin}}
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 21: Line 22:




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>_minfps = diag_fpsmin</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[diag drawMode]], [[diag fps]], [[diag frameno]], [[diag log]], [[diag tickTime]], [[diag toggle]]  |= SEEALSO  
| [[diag_fps]], [[diag_frameno]], [[diag_log]], [[diag_tickTime]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 12:02, 30 August 2012


Hover & click on the images for description

Description

Description:
Returns minimal framerate. Calculated from the longest frame over last 16 frames.
Groups:
Uncategorised

Syntax

Syntax:
diag_fpsmin
Return Value:
Number

Examples

Example 1:
_minfps = diag_fpsmin

Additional Information

See also:
diag_fpsdiag_framenodiag_logdiag_tickTime

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

Notes

Bottom Section