estimatedTimeLeft: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix description) |
Lou Montana (talk | contribs) m (-_-) |
||
Line 12: | Line 12: | ||
| 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 | {{Informative | This command will force the server to broadcast [[serverTime]] to all clients without waiting for the next broadcast window (usually every 5 minutes).}} |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[estimatedTimeLeft]] seconds |SYNTAX= | | [[estimatedTimeLeft]] seconds |SYNTAX= | ||
|p1= seconds: [[Number]] - estimated time in seconds (36000 since {{GVI|arma3|1.69}}, 7200 before) |PARAMETER1= | |p1= seconds: [[Number]] - estimated time in seconds (maximum 36000 (10 hours) since {{GVI|arma3|1.69}}, 7200 (2 hours) before) |PARAMETER1= | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[estimatedTimeLeft]] 600; {{cc|10 min}}</code> | |x1= <code>[[estimatedTimeLeft]] 600; {{cc|10 min}}</code> |EXAMPLE1= | ||
|x2= '''OFP:''' for missions with a hard set limit adjusted via | |x2= '''OFP:''' for missions with a hard set limit adjusted via ''[[Description.ext#titleParam.25.2C_valuesParam.25.2C_defValueParam.25.2C_textParam.25|param1]]'', the following example can be used in the [[Event Scripts|init.sqs]] file: | ||
<code>[[estimatedTimeLeft]] | <code>[[estimatedTimeLeft]] param1;</code>|EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 00:13, 12 September 2019
Description
- Description:
- Sets the estimated time left in the game that is shown in the "Game in progress" screen or in the master browser.
- Groups:
- Uncategorised
Syntax
- Syntax:
- estimatedTimeLeft seconds
- Parameters:
- seconds: Number - estimated time in seconds (maximum 36000 (10 hours) since 1.69, 7200 (2 hours) 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
Categories:
- Name template usage error
- Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands OFP 1.46
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.99
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Mission Information