serverTime: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (fixed in 1.85.145075) |
m (template:command argument fix) |
||
Line 6: | Line 6: | ||
|1.00|= Game version | |1.00|= Game version | ||
|eff= global |= | |eff= global |MPARGUMENTS= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 16: | Line 16: | ||
| '''serverTime''' |= Syntax | | '''serverTime''' |= Syntax | ||
|p1= |= | |p1= |PARAMETER1= | ||
|p2= |= | |p2= |PARAMETER2= | ||
|p3= |= | |p3= |PARAMETER3= | ||
| [[Number]] |= | | [[Number]] |RETURNVALUE= | ||
|x1= <code>[[hint]] [[format]] ["Synced server time : %1", [[serverTime]]];</code>|= | |x1= <code>[[hint]] [[format]] ["Synced server time : %1", [[serverTime]]];</code>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[time]], [[diag_tickTime]], [[date]], [[missionStart]], [[estimatedTimeLeft]], [[estimatedEndServerTime]] |= | | [[time]], [[diag_tickTime]], [[date]], [[missionStart]], [[estimatedTimeLeft]], [[estimatedEndServerTime]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:36, 7 April 2019
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