estimatedTimeLeft: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " 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 | ||
| ofp | | ofp | ||
|1.34 | |1.34 | ||
|eff= global | |eff= global | ||
|serverExec= server |Server Execution= | |serverExec= server |Server Execution= | ||
|gr1= Time | |gr1= Time | ||
|gr2= Mission Information | |gr2= Mission Information | ||
|gr3= Multiplayer | |gr3= Multiplayer | ||
| 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).}} | {{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 | ||
|p1= seconds: [[Number]] - estimated time in seconds (maximum 36000 (10 hours) since {{GVI|arma3|1.69}}, 7200 (2 hours) before) | |p1= seconds: [[Number]] - estimated time in seconds (maximum 36000 (10 hours) since {{GVI|arma3|1.69}}, 7200 (2 hours) before) | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[[estimatedTimeLeft]] 600; {{cc|10 min}}</code> | |x1= <code>[[estimatedTimeLeft]] 600; {{cc|10 min}}</code> | ||
|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: | |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]] param1;</code> | <code>[[estimatedTimeLeft]] param1;</code> | ||
| [[estimatedEndServerTime]], [[serverTime]] | | [[estimatedEndServerTime]], [[serverTime]] | ||
}} | }} | ||
Revision as of 00:38, 18 January 2021
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:
- TimeMission InformationMultiplayer
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.34
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Time
- Command Group: Mission Information
- Command Group: Multiplayer
- Scripting Commands: Global Effect
- Scripting Commands: Server Execution
- Scripting Commands OFP 1.46
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.99
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands