BIS fnc estimatedTimeLeft: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (pf)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


|Set mission countdown.|= Description
|Set mission countdown.|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [time] call [[BIS_fnc_estimatedTimeLeft]] |= Syntax
| [time] call [[BIS_fnc_estimatedTimeLeft]] |SYNTAX=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 16: Line 16:
________________________________________
________________________________________


| [[Number]] - [[estimatedEndServerTime]] |= Return value
| [[Number]] - [[estimatedEndServerTime]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 22: Line 22:
____________________________________________________________________________________________
____________________________________________________________________________________________


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



Revision as of 12:28, 7 April 2019

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