diag tickTime: Difference between revisions
Jump to navigation
Jump to search
PhilippRauch (talk | contribs) mNo edit summary |
(added Kju example) |
||
Line 21: | Line 21: | ||
|x1= <code | |x1= <pre>_start = diag_tickTime; | ||
//code | |||
_stop = diag_tickTime; | |||
diag_log format ["%1",_stop - _start];</pre>|= EXAMPLE1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 13:42, 31 January 2010
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
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