time: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 12: Line 12:


Time elapsed since mission started (in seconds).
Time elapsed since mission started (in seconds).
'''Comments'''
Comments by ''Macguba''
Not to be confused with [[_time]]. Within a script, the reserved local variable [[_time]] returns the time elapsed since the script started running.

Revision as of 17:57, 15 April 2006

time

Operand types:

None

Type of returned value:

Number

Description:

Time elapsed since mission started (in seconds).


Comments

Comments by Macguba

Not to be confused with _time. Within a script, the reserved local variable _time returns the time elapsed since the script started running.