daytime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(+ category)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''daytime''' |= Syntax
| [[Number]] <nowiki>=</nowiki> '''daytime''' |= Syntax


| [[Number]] -   
| [[Number]] -   

Revision as of 00:43, 26 August 2007

Hover & click on the images for description

Description

Description:
Returns the current 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