cameraEffectEnableHUD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (cameraEffectEnableHUD)
Line 12: Line 12:
| '''cameraEffectEnableHUD''' enable |= Syntax
| '''cameraEffectEnableHUD''' enable |= Syntax


|p1= enable: [[Boolean]] - |= PARAMETER1  
|p1= enable: [[Boolean]]  |= PARAMETER1  
 
|p2= |= PARAMETER2
 
|p3= |= PARAMETER3


| Nothing |= RETURNVALUE  
| Nothing |= RETURNVALUE  




|x1= <code>[[cameraEffectEnableHUD]] true</code>|= EXAMPLE1  
|x1= <code>[[cameraEffectEnableHUD]] [[true]];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________
Line 44: Line 40:
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Camera Control|cameraEffectEnableHUD]]

Revision as of 17:43, 14 September 2014

Hover & click on the images for description

Description

Description:
Enable / disable showing of in-game UI during currently active camera effect.
Groups:
Uncategorised

Syntax

Syntax:
cameraEffectEnableHUD enable
Parameters:
enable: Boolean
Return Value:
Nothing

Examples

Example 1:
cameraEffectEnableHUD true;

Additional Information

See also:
See also needed

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

Notes

Bottom Section