BIS fnc countdown: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(filled page)
m (fixed see also)
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


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





Revision as of 18:22, 5 April 2018


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