BIS_fnc_EXP_camp_setCinematicMode
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Set's cinematic mode, with cinematic mode enabled the sounds are muted and screen is black.
Syntax
- Syntax:
- [mode,fadeBlack,fadeSound] call BIS_fnc_EXP_camp_setCinematicMode
- Parameters:
- mode: Boolean - (Optional, default false) true to enable, false to disable
- fadeBlack: Number - (Optional, default 5) How long it takes in seconds to fade the screen
- fadeSound: Number - (Optional, default 5) How long it takes in seconds to fade the sound
- Return Value:
- Nothing
Examples
- Example 1:
-
[true,3,3] call BIS_fnc_EXP_camp_setCinematicMode;
Additional Information
- Execution:
- call
- See also:
- BIS_fnc_EXP_camp_getCinematicMode
- Groups:
- Campaign