BIS fnc countdown: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " {2,}\}\}" to " }}") |
Lou Montana (talk | contribs) m (Text replacement - "{{Function " to "{{RV|type=function ") |
||
Line 1: | Line 1: | ||
{{ | {{RV|type=function | ||
| arma3 | | arma3 |
Revision as of 00:05, 23 January 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- Missions
Syntax
- Syntax:
- Syntax needed
- Parameters:
- timeInSeconds - Can be:
Number:
- Any number to set the length of the countdown in seconds
- -1 to set the countdown to nil
- 0 to return the left-over time
- true to find out if countdown is active and if there is left-over time
- global - Boolean: True to set it globally (Optional) Default: true
- Return Value:
- Return value needed
Examples
- Example 1:
_initialCountDown = [50,false] call BIS_fnc_countDown;// Sets countdown to 50 seconds where function is executed
- Example 2:
_initialCountDown = [50] call BIS_fnc_countDown;// Sets countdown to 50 seconds globally
- Example 3:
[-1] call BIS_fnc_countdown; // Sets bis_fnc_countdown_time to nil
- Example 4:
_timeLeft = [0] call BIS_fnc_countdown; // Returns the left over-time
- Example 5:
_isTimeLeft = [true] call BIS_fnc_countdown; // Returns true if countdown is greater 0
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