setDate: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
[[Category:Scripting Commands ArmA|SETDATE]] | [[Category:Scripting Commands ArmA|SETDATE]] | ||
<h2 style="color:#000066">'''setDate ''[year, month, day, hour, minute]'''''</h2> | |||
'''Operand types:''' | |||
''' | '''[year, month, day, hour, minute]:''' [[Array]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
[[Nothing]] | |||
'''Compatibility:''' | '''Compatibility:''' | ||
Version 1.86 required. | |||
'''Description:''' | '''Description:''' | ||
Sets the actual mission date and time. | |||
'''Example:''' | '''Example:''' | ||
'''setDate''' [1986, 2, 25, 16, 0] |