BIS fnc countdown: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Comments" to "|Comments=") |
Lou Montana (talk | contribs) m (Text replacement - "|= Game version" to "|Game version=") |
||
Line 5: | Line 5: | ||
| arma3 |Game name= | | arma3 |Game name= | ||
|1.02| | |1.02|Game version= | ||
___________________________________________________________________________________________ | ___________________________________________________________________________________________ | ||
Revision as of 02:43, 30 August 2019
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