ppEffectForceInNVG: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}")
m (formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3


|0.50
|version1= 0.50


|gr1= Camera Control
|gr1= Camera Control


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


| number '''ppEffectForceInNVG''' bool
|descr= Forces use of [[Post process effects]] in NVG.


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


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


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


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

Revision as of 00:51, 17 April 2021

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 effectsppEffectEnableppEffectEnabledppEffectDestroyppEffectCreateppEffectCommitppEffectCommittedppEffectAdjust

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