ppEffectForceInNVG: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "Post process effects" to "Post Process Effects")
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 0.50


|0.50|= Game version
|gr1= Camera Control
____________________________________________________________________________________________


| Forces use of [[Post process effects]] in NVG.  |= Description
|eff=local
____________________________________________________________________________________________


| number '''ppEffectForceInNVG''' bool |= Syntax
|descr= Forces use of [[Post Process Effects]] in NVG.


|p1= number: [[Number]] |PARAMETER1=
|s1= ppHandle [[ppEffectForceInNVG]] force


|p2= bool: [[Boolean]]  |PARAMETER2=
|p1= ppHandle: [[Number]] - Handle of the post processing returned by [[ppEffectCreate]]


| [[Nothing]] |RETURNVALUE=
|p2= force: [[Boolean]]


|x1= <code>_ppGrain [[ppEffectForceInNVG]] [[true]];</code>|EXAMPLE1=
|r1= [[Nothing]]


____________________________________________________________________________________________
|x1= <sqf>_ppGrain ppEffectForceInNVG true;</sqf>


| [[Post process effects]], [[ppEffectEnable]], [[ppEffectEnabled]], [[ppEffectDestroy]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectAdjust]] |SEEALSO=
|seealso= [[Post Process Effects]] [[ppEffectEnable]] [[ppEffectEnabled]] [[ppEffectDestroy]] [[ppEffectCreate]] [[ppEffectCommit]] [[ppEffectCommitted]] [[ppEffectAdjust]]
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 00:24, 13 July 2022

Hover & click on the images for description

Description

Description:
Forces use of Post Process Effects in NVG.
Groups:
Camera Control

Syntax

Syntax:
ppHandle ppEffectForceInNVG force
Parameters:
ppHandle: Number - Handle of the post processing returned by ppEffectCreate
force: Boolean
Return Value:
Nothing

Examples

Example 1:
_ppGrain ppEffectForceInNVG true;

Additional Information

See also:
Post Process Effects ppEffectEnable ppEffectEnabled ppEffectDestroy ppEffectCreate ppEffectCommit ppEffectCommitted ppEffectAdjust

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