diag tickTime: Difference between revisions
Jump to navigation
Jump to search
(added Kju example) |
mNo edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Real time spent from the start of the game. |= Description | | Real time spent from the start of the game. Expressed in fractions of second. Resolution of 1 tick is 100nsecs |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 07:26, 9 August 2010
Description
- Description:
- Real time spent from the start of the game. Expressed in fractions of second. Resolution of 1 tick is 100nsecs
- 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
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