BIS fnc EXP camp setCinematicMode: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:\{\{Name\|arma3\}\}: [fF]unctions\|\{\{uc:[a-z A-Z_]*\}\}\]\]" to "") |
m (Text replacement - " |exec= call " to " ") |
||
Line 22: | Line 22: | ||
|x1= <code><noWiki>[</noWiki>[[true]]<noWiki>,3,3]</noWiki> [[call]] [[BIS_fnc_EXP_camp_setCinematicMode]];</code> | |x1= <code><noWiki>[</noWiki>[[true]]<noWiki>,3,3]</noWiki> [[call]] [[BIS_fnc_EXP_camp_setCinematicMode]];</code> | ||
|seealso= [[BIS_fnc_EXP_camp_getCinematicMode]] | |seealso= [[BIS_fnc_EXP_camp_getCinematicMode]] | ||
}} | }} |
Revision as of 15:45, 6 February 2021
Description
- Description:
- Set's cinematic mode, with cinematic mode enabled the sounds are muted and screen is black.
- Execution:
- call
- Multiplayer:
- Must be executed for every player.
- Groups:
- Campaign
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
- See also:
- BIS_fnc_EXP_camp_getCinematicMode
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