estimatedEndServerTime: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
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|Comments=
{{Command


| arma2 |Game name=
| arma2


|1.00|Game version=
|1.00


|gr1= Time |GROUP1=
|gr1= Time


|gr2= Mission Information |GROUP2=
|gr2= Mission Information


|gr3= Multiplayer |GROUP3=
|gr3= Multiplayer


| Estimated end of MP game in seconds converted to [[serverTime]]. |DESCRIPTION=
| Estimated end of MP game in seconds converted to [[serverTime]].


| '''estimatedEndServerTime''' |SYNTAX=
| '''estimatedEndServerTime'''


| [[Number]] - seconds left |RETURNVALUE=
| [[Number]] - seconds left




|x1= Estimated minutes left:  
|x1= Estimated minutes left:  
<code>_min = ([[ceil]] ([[estimatedEndServerTime]] - [[serverTime]]) / 60);</code>|EXAMPLE1=
<code>_min = ([[ceil]] ([[estimatedEndServerTime]] - [[serverTime]]) / 60);</code>




| [[estimatedTimeLeft]], [[serverTime]] |SEEALSO=
| [[estimatedTimeLeft]], [[serverTime]]
}}
}}



Revision as of 01:35, 18 January 2021

Hover & click on the images for description

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

Notes

Bottom Section