serverTime: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (description tidying up) |
Killzone Kid (talk | contribs) (fixed in 1.85.145075) |
||
Line 6: | Line 6: | ||
|1.00|= Game version | |1.00|= Game version | ||
| | |eff= global |= MPARGUMENTS | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns the time since last server restart, synced to all clients in MP. The syncing is happening every 5 minutes, but you can force the next sync earlier by executing [[estimatedTimeLeft]] command. The time returned is also different to the time returned by [[time]] and [[diag_tickTime]] commands on server. Returns 0 in SP.<br/><br/> | | Returns the time since last server restart, synced to all clients in MP. The syncing is happening every 5 minutes, but you can force the next sync earlier by executing [[estimatedTimeLeft]] command. The time returned is also different to the time returned by [[time]] and [[diag_tickTime]] commands on server. Returns 0 in SP.<br/><br/> | ||
{{Informative|'''Known issues''': Both server and clients | {{Informative|'''Known issues before Arma 3 v1.85.145075''': Both server and clients showed the same value when synced. The only time it was not synced was on the server, right after server restart and only for the first 300 seconds. Client side was synced from the start}}|= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 12:23, 13 September 2018
Description
- Description:
- Returns the time since last server restart, synced to all clients in MP. The syncing is happening every 5 minutes, but you can force the next sync earlier by executing estimatedTimeLeft command. The time returned is also different to the time returned by time and diag_tickTime commands on server. Returns 0 in SP.
- Groups:
- Uncategorised
Syntax
- Syntax:
- serverTime
- Return Value:
- Number
Examples
- Example 1:
hint format ["Synced server time : %1", serverTime];
Additional Information
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
Categories:
- Scripting Commands
- Introduced with Arma 2 version 1.00
- Arma 2: New Scripting Commands
- Arma 2: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- ArmA 2: New Scripting Commands List
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Time Functions