BIS fnc estimatedTimeLeft: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
|Set mission countdown.|= Description
 
____________________________________________________________________________________________
Description:
Set mission countdown.


Parameter(s):
| [time] call [[BIS_fnc_estimatedTimeLeft]] |= Syntax
0: NUMBER - remaining time in seconds
 
Returns:
estimatedEndServerTime
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_estimatedTimeLeft]]; --> |= Syntax
|p1= time: [[Number]] - Mission countdown |= Parameter 1
________________________________________


|p1= |= Parameter 1
| [[Number]] - [[estimatedEndServerTime]] |= Return value
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[180] [[call]] [[BIS_fnc_estimatedTimeLeft]];</code> |=
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[estimatedEndServerTime]] |= See also
 
}}
}}



Revision as of 14:51, 30 May 2018

Hover & click on the images for description

Description

Description:
Set mission countdown.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[time] call BIS_fnc_estimatedTimeLeft
Parameters:
time: Number - Mission countdown
Return Value:
Number - estimatedEndServerTime

Examples

Example 1:
[180] call BIS_fnc_estimatedTimeLeft;

Additional Information

See also:
estimatedEndServerTime

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