BIS fnc countdown: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{HashLink" to "{{Link") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 6: | Line 6: | ||
|gr1= Missions | |gr1= Missions | ||
|descr= Triggers a countdown. {{Feature| | |descr= Triggers a countdown. | ||
The initial value is either | {{Feature|informative| | ||
The '''initial''' countdown can be accessed ''via'' [[missionNamespace]]'s variable '''BIS_fnc_countdown_time'''.<br> | |||
The initial value is either <sqf inline>serverTime + timeInSeconds</sqf> (if set globally) or <sqf inline>time + timeInSeconds</sqf> (if set locally). | |||
To return the left-over time see {{Link|#Example 4}}. | |||
}} | |||
|s1= [timeInSeconds, global] call [[BIS_fnc_countdown]] | |s1= [timeInSeconds, global] call [[BIS_fnc_countdown]] |
Latest revision as of 20:54, 28 January 2023
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:
- Example 2:
- Example 3:
- Example 4:
- Example 5:
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