setDate: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 22: Line 22:


Sets the actual mission date and time.  
Sets the actual mission date and time.  


'''Example:'''
'''Example:'''


'''setDate''' [1986, 2, 25, 16, 0]
'''setDate''' [1986, 2, 25, 16, 0]

Revision as of 21:01, 4 July 2006


setDate [year, month, day, hour, minute]


Operand types:

[year, month, day, hour, minute]: Array

Type of returned value:

Nothing

Compatibility:

Version 1.86 required.

Description:

Sets the actual mission date and time.


Example:

setDate [1986, 2, 25, 16, 0]