ppEffectCommitted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
m (Text replacement - "(\|[pr][0-9]+ *= *[^-]+) *- *E([a-z])" to "$1 - e$2")
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command
{{RV|type=command


| arma2
|game1= arma2
|version1= 1.00


|1.00
|game2= arma2oa
|version2= 1.50
 
|game3= tkoh
|version3= 1.00
 
|game4= arma3
|version4= 0.50


|gr1= Camera Control
|gr1= Camera Control


| Check whether given [[Post process effects|post process effect]] is committed
|descr= Check whether given [[Post Process Effects|post process effect]] is committed.


| '''ppEffectCommitted''' effect
|s1= [[ppEffectCommitted]] effect


|p1= effect: [[String]] - effect name
|p1= effect: [[String]] - effect name


| [[Boolean]]
|r1= [[Boolean]]


|s2= '''ppEffectCommitted''' handle
|s2= [[ppEffectCommitted]] handle


|p21= handle: [[Number]] - effect handle |PARAMETER21=
|p21= handle: [[Number]] - effect handle


|r2= [[Boolean]]
|r2= [[Boolean]]


|x1= <code>[[ppEffectCommitted]] "colorCorrection";</code>
|x1= <sqf>ppEffectCommitted "colorCorrection";</sqf>
 
|x2= <code>[[ppEffectCommitted]] _hndl;</code>


|x3= <code>[[if]] ([[ppEffectCommitted]] "colorCorrection") [[then]] { [[hint]] "alteration done !" };</code>
|x2= <sqf>ppEffectCommitted _hndl;</sqf>


| [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectEnable]], [[ppEffectDestroy]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectAdjust]]
|x3= <sqf>if (ppEffectCommitted "colorCorrection") then { hint "alteration done !" };</sqf>


| |MPBEHAVIOUR=  
|seealso= [[Post Process Effects]] [[ppEffectForceInNVG]] [[ppEffectEnable]] [[ppEffectDestroy]] [[ppEffectCreate]] [[ppEffectCommit]] [[ppEffectAdjust]]
}}
}}
<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|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Latest revision as of 15:06, 8 November 2023

Hover & click on the images for description

Description

Description:
Check whether given post process effect is committed.
Groups:
Camera Control

Syntax

Syntax:
ppEffectCommitted effect
Parameters:
effect: String - effect name
Return Value:
Boolean

Alternative Syntax

Syntax:
ppEffectCommitted handle
Parameters:
handle: Number - effect handle
Return Value:
Boolean

Examples

Example 1:
ppEffectCommitted "colorCorrection";
Example 2:
ppEffectCommitted _hndl;
Example 3:
if (ppEffectCommitted "colorCorrection") then { hint "alteration done !" };

Additional Information

See also:
Post Process Effects ppEffectForceInNVG ppEffectEnable ppEffectDestroy ppEffectCreate ppEffectCommit 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