BIS fnc countdown: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(filled page)
m (template:command argument fix)
(2 intermediate revisions by 2 users not shown)
Line 8: Line 8:
___________________________________________________________________________________________
___________________________________________________________________________________________


| Triggers a countdown. Countdown can be accessed via [[missionNamespace]] variable '''bis_fnc_countdown_time'''|= Description
| Triggers a countdown. Countdown can be accessed via [[missionNamespace]] variable '''bis_fnc_countdown_time'''|DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [timeInSeconds,global] [[call]] '''BIS_fnc_countdown''' |= Syntax
| [timeInSeconds,global] [[call]] '''BIS_fnc_countdown''' |SYNTAX=


|p1= timeInSeconds - [[Number]]: Length of the countdown in seconds |= Parameter 1
|p1= timeInSeconds - [[Number]]: Length of the countdown in seconds |PARAMETER1=
|p2= global - [[Boolean]]: True to set it globally (Optional) Default: true |= Parameter 2
|p2= global - [[Boolean]]: True to set it globally (Optional) Default: true |PARAMETER2=
|[[Number]]: Returns approx. countdown |= Return value
|[[Number]]: Returns approx. countdown |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code>_countDown = [50,false] [[call]] '''BIS_fnc_countDown''';</code> |= Example 1
|x1= <code>_countDown = [50,false] [[call]] '''BIS_fnc_countDown''';</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[BIS_fnc_enemyTargets]] |= See also
||SEEALSO=





Revision as of 15:28, 7 April 2019


Hover & click on the images for description

Description

Description:
Triggers a countdown. Countdown can be accessed via missionNamespace variable bis_fnc_countdown_time
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[timeInSeconds,global] call BIS_fnc_countdown
Parameters:
timeInSeconds - Number: Length of the countdown in seconds
global - Boolean: True to set it globally (Optional) Default: true
Return Value:
Number: Returns approx. countdown

Examples

Example 1:
_countDown = [50,false] call BIS_fnc_countDown;

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