serverTime: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (format) |
m (note format) |
||
Line 39: | Line 39: | ||
<dl class='command_description'> | <dl class='command_description'> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on Sep 8, 2010(CEST) 19:31 | |||
There is a bug in this command, about 3 minutes after missionstart this command returns something completely different. | <dt class="note">'''[[User:Crowe|Crowe]]''' | ||
<dd class="note">There is a bug in this command, about 3 minutes after missionstart this command returns something completely different. | |||
See http://dev-heaven.net/issues/13581 for further infomation. | See http://dev-heaven.net/issues/13581 for further infomation. | ||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 04:43, 15 April 2014
Description
- Description:
- Server time synchronized to clients. Returns always 0 in Singleplayer.
Note that in ArmA2 1.05 Final, this command only returns the time since the Server was actually started.
NOTE: serverTime is available to both server and clients and shows the same value when synced. The only time it is not synced is on the server, right after server restart and only for the first 300 seconds. Client side serverTime is synced from the start. serverTime is also different from server time and server diag_tickTime - Groups:
- Uncategorised
Syntax
- Syntax:
- serverTime
- Return Value:
- Number
Examples
- Example 1:
hint format["Connected on Server since Serverstart : %1", serverTime - time]
Additional Information
- See also:
- timediag_tickTime
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
- Posted on Sep 8, 2010(CEST) 19:31
- Crowe
- There is a bug in this command, about 3 minutes after missionstart this command returns something completely different. See http://dev-heaven.net/issues/13581 for further infomation.