daytime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Effects are Local)
(Adding MP Behavior)
Line 23: Line 23:
returns 16.5 |= Example 1
returns 16.5 |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________
|mp= Returns the current <u>local</u> ingame time in hours.


| [[skipTime]] |= See also
| [[skipTime]] |= See also

Revision as of 21:55, 30 August 2008

Hover & click on the images for description

Description

Description:
Returns the current ingame time in hours.
Multiplayer:
Returns the current local ingame time in hours.
Groups:
Uncategorised

Syntax

Syntax:
Number = daytime
Return Value:
Number - Time using a 24 hour clock.

Examples

Example 1:
; assumme it is 16:30
_daytime = daytime
returns 16.5

Additional Information

See also:
skipTime

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

Notes

Bottom Section