ppEffectForceInNVG: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added to "see also". Still needs example.)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *H([a-z ])" to "$1 - h$2")
 
(34 intermediate revisions by 4 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]]


|r1= [[Nothing]]


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


____________________________________________________________________________________________
|seealso= [[Post Process Effects]] [[ppEffectEnable]] [[ppEffectEnabled]] [[ppEffectDestroy]] [[ppEffectCreate]] [[ppEffectCommit]] [[ppEffectCommitted]] [[ppEffectAdjust]]
 
| [[Post process effects]], [[ppEffectEnable]], [[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>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 16:32, 8 November 2023

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