BIS fnc EXP camp setCinematicMode: Difference between revisions
| Lou Montana (talk | contribs) m (Text replacement - "|= Comments" to "|Comments=") | m (page filled) | ||
| Line 1: | Line 1: | ||
| {{Function | {{Function | ||
| | arma3  | |game1= arma3 | ||
| |1.62 | |version1= 1.62 | ||
| <! | <!--|exec= server|=--> | ||
| <! | <!--|arg= local--> | ||
| |  | <!--|eff= local--> | ||
| |descr= Set's cinematic mode, with cinematic mode enabled the sounds are muted and screen is black. | |||
| |mp= Must be executed for every player. | |||
| ||s1= [mode] call [[BIS_fnc_EXP_camp_setCinematicMode]]|=Syntax | |||
| |[]  | |p1= mode: [[Boolean]] - (Optional, default [[false]]) [[True]] to enable, [[false]] to disable | ||
| | | |r1= [[Nothing]] | ||
| | | |x1= <code><noWiki>[</noWiki>[[true]]<noWiki>]</noWiki> [[call]] [[BIS_fnc_EXP_camp_setCinematicMode]];</code> | ||
| | | |exec= call | ||
| | | |seealso= [[BIS_fnc_EXP_camp_getCinematicMode]] | ||
| }} | }} | ||
Revision as of 22:25, 13 January 2020
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
 
	