BIS fnc EXP camp setCinematicMode: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (page filled)
Line 1: Line 1:
{{Function|Comments=
{{Function


| arma3 |Game name=
|game1= arma3


|1.62|Game version=
|version1= 1.62


<!---|arg= local |Multiplayer Arguments=--->
<!--|exec= server|=-->


<!---|eff= local |Multiplayer Effects=--->
<!--|arg= local-->


| <pre>/*
<!--|eff= local-->
Author: Nelson Duarte


Description:
|descr= Set's cinematic mode, with cinematic mode enabled the sounds are muted and screen is black.
Set's cinematic mode, with cinematic mode enabled the sounds are muted and screen is black


Parameters:
|mp= Must be executed for every player.
_mode: Enable or not


Returns:
||s1= [mode] call [[BIS_fnc_EXP_camp_setCinematicMode]]|=Syntax
Nothing
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_EXP_camp_setCinematicMode]]|Syntax=
|p1= mode: [[Boolean]] - (Optional, default [[false]]) [[True]] to enable, [[false]] to disable


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|r1= [[Nothing]]


|Datatype - description|Return value=
|x1= <code><noWiki>[</noWiki>[[true]]<noWiki>]</noWiki> [[call]] [[BIS_fnc_EXP_camp_setCinematicMode]];</code>


|x1= <code></code>|Example 1=
|exec= call


|exec= call |Execution=
|seealso= [[BIS_fnc_EXP_camp_getCinematicMode]]


| |See also=
}}
}}



Revision as of 23:25, 13 January 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] call BIS_fnc_EXP_camp_setCinematicMode
Parameters:
mode: Boolean - (Optional, default false) True to enable, false to disable
Return Value:
Nothing

Examples

Example 1:
[true] 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