BIS fnc countdown: Difference between revisions
Jump to navigation
Jump to search
(filled page) |
m (fixed see also) |
||
Line 21: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | ||= See also | ||
Revision as of 17:22, 5 April 2018
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