cameraEffectEnableHUD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (cameraEffectEnableHUD)
No edit summary
Line 41: Line 41:
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Camera Control|cameraEffectEnableHUD]]
[[Category:Command Group: Camera Control|cameraEffectEnableHUD]]
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on November 3, 2015 - 09:04 (UTC)</dd>
<dt class="note">[[User:Rebelvg|Rebelvg]]</dt>
<dd class="note">
Must be executed after camCommit.
</dd>
</dl>
<!-- DISCONTINUE Notes -->

Revision as of 11:04, 3 November 2015

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

Posted on November 3, 2015 - 09:04 (UTC)
Rebelvg
Must be executed after camCommit.