BIS_fnc_countdown
Jump to navigation
Jump to search
Description
Syntax
- Syntax:
- [timeInSeconds, global] call BIS_fnc_countdown
- Parameters:
- timeInSeconds - can be:
- global - Boolean: True to set it globally (Optional) Default: true
- Return Value:
Examples
- Example 1:
private _initialCountdown = [50,false] call BIS_fnc_countdown; // sets countdown to 50 seconds where function is executed
- Example 2:
- Example 3:
[-1] call BIS_fnc_countdown; // sets BIS_fnc_countdown_time to nil
- Example 4:
- Example 5:
private _isTimeLeft = [true] call BIS_fnc_countdown; // returns true if countdown is greater 0
Additional Information
- See also:
- BIS_fnc_VRTimer
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