ppEffectForceInNVG: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "Post process effects" to "Post Process Effects")
(23 intermediate revisions by 2 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


|gr1= Camera Control |GROUP1=
|eff=local
____________________________________________________________________________________________


| Forces use of [[Post process effects]] in NVG. |DESCRIPTION=
|descr= Forces use of [[Post Process Effects]] in NVG.
____________________________________________________________________________________________


| number '''ppEffectForceInNVG''' bool |SYNTAX=
|s1= ppHandle [[ppEffectForceInNVG]] force


|p1= number: [[Number]]  |PARAMETER1=
|p1= ppHandle: [[Number]] - Handle of the post processing returned by [[ppEffectCreate]]


|p2= bool: [[Boolean]] |PARAMETER2=
|p2= force: [[Boolean]]


| [[Nothing]] |RETURNVALUE=
|r1= [[Nothing]]


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


____________________________________________________________________________________________
|seealso= [[Post Process Effects]] [[ppEffectEnable]] [[ppEffectEnabled]] [[ppEffectDestroy]] [[ppEffectCreate]] [[ppEffectCommit]] [[ppEffectCommitted]] [[ppEffectAdjust]]
 
| [[Post process effects]], [[ppEffectEnable]], [[ppEffectEnabled]], [[ppEffectDestroy]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectAdjust]] |SEEALSO=
 
|  |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>
{{GameCategory|arma3|New_Scripting_Commands_List}}
{{GameCategory|arma3|Scripting Commands}}
[[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