BIS fnc EXP camp setCinematicMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (parameters were in wrong order)
m (Text replacement - "\[\[Category\:Function Group\: Campaign(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "")
Line 33: Line 33:
}}
}}


[[Category:Function Group: Campaign|{{uc:EXP_camp_setCinematicMode}}]]
 
[[Category:Functions|{{uc:EXP_camp_setCinematicMode}}]]
[[Category:Functions|{{uc:EXP_camp_setCinematicMode}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:EXP_camp_setCinematicMode}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:EXP_camp_setCinematicMode}}]]

Revision as of 14:01, 12 October 2020

Hover & click on the images for description

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:
Uncategorised

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