daytime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Making the 24 hour clock explicit)
Line 13: Line 13:


| [[Number]] -   
| [[Number]] -   
Time in decimal writing. |= Return value
Time using a 24 hour clock. |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   

Revision as of 19:07, 13 August 2006

Hover & click on the images for description

Description

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

Syntax

Syntax:
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