diag_tickTime

From Bohemia Interactive Community
Revision as of 14:42, 31 January 2010 by Lou Montana bi wiki (talk | contribs) (added Kju example)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Real time spent from the start of the game.
Groups:
Uncategorised

Syntax

Syntax:
diag_tickTime
Return Value:
Number

Examples

Example 1:
_start = diag_tickTime;
//code
_stop = diag_tickTime;
diag_log format ["%1",_stop - _start];

Additional Information

See also:
diag drawModediag fpsdiag fpsmindiag framenodiag logdiag toggle

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