estimatedTimeLeft: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
Line 21: Line 21:
|x1= <pre>?("OBJ1" objectStatus "DONE") : estimatedTimeLeft 600</pre> |= Example 1
|x1= <pre>?("OBJ1" objectStatus "DONE") : estimatedTimeLeft 600</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________
|mp= Can be executed only on server |=


|  |= See also
|  |= See also

Revision as of 09:50, 25 June 2013

Hover & click on the images for description

Description

Description:
Sets the "time left" value that is shown in the "Game in Progress" screen during multiplayer sessions. This command works in MP only.If you set param1, param2 or following in the mission's description.ext, you can use those values instead of time.
Multiplayer:
Can be executed only on server
Groups:
Uncategorised

Syntax

Syntax:
estimatedTimeLeft seconds
Parameters:
seconds: Number - estimated time in seconds, or one of {param1, param2, ...}
Return Value:
Nothing

Examples

Example 1:
?("OBJ1" objectStatus "DONE") : estimatedTimeLeft 600

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

Notes

Bottom Section