diag frameno: Difference between revisions

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




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>_currFrameNo = diag_frameno;</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[diag drawMode]], [[diag fps]], [[diag fpsmin]], [[diag log]], [[diag tickTime]], [[diag toggle]] |= SEEALSO  
| [[diag_fps]], [[diag_fpsmin]], [[diag_log]], [[diag_tickTime]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 12:07, 30 August 2012


Hover & click on the images for description

Description

Description:
Returns number of frame currently displayed .
Groups:
Uncategorised

Syntax

Syntax:
diag_frameno
Return Value:
Number

Examples

Example 1:
_currFrameNo = diag_frameno;

Additional Information

See also:
diag_fpsdiag_fpsmindiag_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