BIS fnc blackOut: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *(\[[a-zA-Z,. ]*\] call ('''|\[\[)?BI(N|S)_fnc_[a-zA-Z]+('''|\]\])?) * \|p1=" to " |s1=$1 |p1=") |
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
||
Line 7: | Line 7: | ||
|gr1= GUI | |gr1= GUI | ||
| Register a black screen. Start the black screen when the first request is registered. | |descr= Register a black screen. Start the black screen when the first request is registered. | ||
|s1=[id, smoothing, fadeSpeed] call [[BIS_fnc_blackOut]] | |s1=[id, smoothing, fadeSpeed] call [[BIS_fnc_blackOut]] |
Revision as of 20:37, 13 June 2021
Description
- Description:
- Register a black screen. Start the black screen when the first request is registered.
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- [id, smoothing, fadeSpeed] call BIS_fnc_blackOut
- Parameters:
- id: String - black screen id used for registration (case sensitive)
- smoothing: Boolean - (Optional, default true) smooth transition - false for an immediate blackout
- fadeSpeed: Number - (Optional, default 2) transition duration (if smoothing is true)
- Return Value:
- Nothing
Examples
- Example 1:
["TAG_aVeryUniqueID", false, 5] call BIS_fnc_blackOut;
Additional Information
- See also:
- BIS_fnc_blackIn
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