estimatedEndServerTime: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2 | | arma2 | ||
|1.00 | |1.00 | ||
|gr1= Time | |gr1= Time | ||
|gr2= Mission Information | |gr2= Mission Information | ||
|gr3= Multiplayer | |gr3= Multiplayer | ||
| Estimated end of MP game in seconds converted to [[serverTime]]. | | Estimated end of MP game in seconds converted to [[serverTime]]. | ||
| '''estimatedEndServerTime''' | | '''estimatedEndServerTime''' | ||
| [[Number]] - seconds left | | [[Number]] - seconds left | ||
|x1= Estimated minutes left: | |x1= Estimated minutes left: | ||
<code>_min = ([[ceil]] ([[estimatedEndServerTime]] - [[serverTime]]) / 60);</code> | <code>_min = ([[ceil]] ([[estimatedEndServerTime]] - [[serverTime]]) / 60);</code> | ||
| [[estimatedTimeLeft]], [[serverTime]] | | [[estimatedTimeLeft]], [[serverTime]] | ||
}} | }} | ||
Revision as of 00:35, 18 January 2021
Description
- Description:
- Estimated end of MP game in seconds converted to serverTime.
- Groups:
- TimeMission InformationMultiplayer
Syntax
- Syntax:
- estimatedEndServerTime
- Return Value:
- Number - seconds left
Examples
- Example 1:
- Estimated minutes left:
_min = (ceil (estimatedEndServerTime - serverTime) / 60);
Additional Information
- See also:
- estimatedTimeLeftserverTime
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