BIS fnc EXP camp getCinematicMode: 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= global


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


Description:
|descr= Returns whether or not player is in cinematic mode.
Returns whether or not player is in cinematic mode (see SetCinematicMode)


Parameters:
||=Syntax
Nothing


Returns:
|r1= [[Boolean]] - [[True]] if in cinematic mode, [[false]] if not
True if in cinematic mode, false if not
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=


|[] call [[BIS_fnc_EXP_camp_getCinematicMode]]|Syntax=
|x1= <code>[[call]] [[BIS_fnc_EXP_camp_getCinematicMode]];</code>


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|exec= call


|Datatype - description|Return value=
|seealso= [[BIS_fnc_EXP_camp_setCinematicMode]]


|x1= <code></code>|Example 1=
|exec= call |Execution=
| |See also=
}}
}}
[[Category:Function Group: Campaign|{{uc:EXP_camp_getCinematicMode}}]]
[[Category:Function Group: Campaign|{{uc:EXP_camp_getCinematicMode}}]]
[[Category:Functions|{{uc:EXP_camp_getCinematicMode}}]]
[[Category:Functions|{{uc:EXP_camp_getCinematicMode}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:EXP_camp_getCinematicMode}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:EXP_camp_getCinematicMode}}]]

Revision as of 23:30, 13 January 2020

Hover & click on the images for description

Description

Description:
Returns whether or not player is in cinematic mode.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
Syntax needed
Return Value:
Boolean - True if in cinematic mode, false if not

Examples

Example 1:
call BIS_fnc_EXP_camp_getCinematicMode;

Additional Information

See also:
BIS_fnc_EXP_camp_setCinematicMode

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