daytime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 46: Line 46:
[[Category:Command_Group:_Mission_Information|DAYTIME]]
[[Category:Command_Group:_Mission_Information|DAYTIME]]
[[Category:Command_Group:_Environment|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Environment|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on September 23, 2014 - 02:00 (UTC)</dd>
<dt class="note">[[User:Benargee|Benargee]]</dt>
<dd class="note">
To change [[daytime]] to 24 hour format with hours minutes and seconds use this
<code>To be added, notes dont seem to like "equals" or other code synatax. Will add manually in main page</code>
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 04:00, 23 September 2014

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

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

Posted on September 23, 2014 - 02:00 (UTC)
Benargee
To change daytime to 24 hour format with hours minutes and seconds use this To be added, notes dont seem to like "equals" or other code synatax. Will add manually in main page