missionStart: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|")
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
Line 23: Line 23:
| [[Array]] - real local date and time (similar to [[date]] format but with seconds)
| [[Array]] - real local date and time (similar to [[date]] format but with seconds)


| [[date]], [[time]], [[daytime]], [[serverTime]], [[setDate]], [[systemTime]], [[systemTimeUTC]]
|seealso= [[date]], [[time]], [[daytime]], [[serverTime]], [[setDate]], [[systemTime]], [[systemTimeUTC]]
}}
}}



Revision as of 00:53, 17 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Mission Information

Syntax

Syntax:
Syntax needed
Return Value:
Return value needed

Examples

Example 1:
setDate (missionStart select [0,5]);
Example 2:
Set real date: //postInit = 1; if (isServer) then { waitUntil {time > 0}; setDate (missionStart select [0,5]); };

Additional Information

See also:
datetimedaytimeserverTimesetDatesystemTimesystemTimeUTC

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