estimatedTimeLeft: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "\{\{( *)Informative( *)\|" to "{{$1Feature$2|$2Informative$2|")
Line 16: Line 16:


| Sets the estimated time left in the game that is shown in the "Game in progress" screen or in the master browser.
| Sets the estimated time left in the game that is shown in the "Game in progress" screen or in the master browser.
{{Informative | This command will force the server to broadcast [[serverTime]] to all clients without waiting for the next broadcast window (usually every 5 minutes).}}
{{Feature | Informative | This command will force the server to broadcast [[serverTime]] to all clients without waiting for the next broadcast window (usually every 5 minutes).}}


| [[estimatedTimeLeft]] seconds
| [[estimatedTimeLeft]] seconds

Revision as of 01:14, 7 February 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
TimeMission InformationMultiplayer

Syntax

Syntax:
Syntax needed
Parameters:
seconds: Number - estimated time in seconds (maximum 36000 (10 hours) since Arma 3 logo black.png1.69, 7200 (2 hours) before)
Return Value:
Return value needed

Examples

Example 1:
estimatedTimeLeft 600; // 10 min
Example 2:
OFP: for missions with a hard set limit adjusted via param1, the following example can be used in the init.sqs file: estimatedTimeLeft param1;

Additional Information

See also:
See also needed

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