estimatedTimeLeft

From Bohemia Interactive Community
Revision as of 01:08, 12 September 2019 by Lou Montana (talk | contribs) (Fix description)
Jump to navigation Jump to search
-wrong parameter ("a3") defined!-[[:Category:Introduced with a3 version 1.34|1.34]]
Hover & click on the images for description

Description

Description:
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 ASAP without waiting for the next broadcast window (usually every 5 minutes.}}
Groups:
Uncategorised

Syntax

Syntax:
estimatedTimeLeft seconds
Parameters:
seconds: Number - estimated time in seconds (36000 since Arma 3 logo black.png1.69, 7200 before)
Return Value:
Nothing

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:
estimatedEndServerTimeserverTime

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

[[Category:Introduced with a3 version 1.34]][[ Category: a3: New Scripting Commands | ESTIMATEDTIMELEFT]][[ Category: a3: Scripting Commands | ESTIMATEDTIMELEFT]]

Notes

Bottom Section