ppEffectDestroy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Comments" to "|Comments=")
m (Some wiki formatting)
 
(45 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
|game1= arma2
|version1= 1.00


|1.00|= Game version
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Destroy [[Post process effects]] given by handle or array of handles. |DESCRIPTION=
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| '''ppEffectDestroy''' effect |SYNTAX=
|game4= arma3
|version4= 0.50


|p1= effect: [[Number]] - effect handle  |PARAMETER1=  
|gr1= Camera Control


|p2= |PARAMETER2=  
|descr= Destroy [[Post Process Effects]] given by handle or array of handles.


|p3= |PARAMETER3=  
|s1= [[ppEffectDestroy]] effect


| [[Nothing]] |RETURNVALUE=
|p1= effect: [[Number]] - effect handle


|s2= '''ppEffectDestroy''' [effect1,...] |SYNTAX=
|r1= [[Nothing]]


|p21= [effect1,...]: [[Array]] - array of effect handles -  |PARAMETER1=
|s2= [[ppEffectDestroy]] effects


|p22= effect1: [[Number]] - effect handle|PARAMETER2=
|p21= effects: [[Array]] of [[Number]]s - array of effect handles


|p23= |PARAMETER3=  
|r2= [[Nothing]]


| r2= [[Nothing]] |RETURNVALUE=
|x1= <sqf>ppEffectDestroy _hndl;</sqf>


|x2= <sqf>ppEffectDestroy [_hndl0, _hndl1, _hndl2];</sqf>


|x1= <code>[[ppEffectDestroy]] _hndl;</code>|EXAMPLE1=
|seealso= [[Post Process Effects]] [[ppEffectForceInNVG]] [[ppEffectEnable]] [[ppEffectEnabled]] [[ppEffectCreate]] [[ppEffectCommit]] [[ppEffectCommitted]] [[ppEffectAdjust]]
 
|x2= <code>[[ppEffectDestroy]] [_hndl0, _hndl1, _hndl2];</code>|EXAMPLE2=
 
____________________________________________________________________________________________
 
| [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectEnable]], [[ppEffectEnabled]], [[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 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Latest revision as of 22:26, 4 September 2022

Hover & click on the images for description

Description

Description:
Destroy Post Process Effects given by handle or array of handles.
Groups:
Camera Control

Syntax

Syntax:
ppEffectDestroy effect
Parameters:
effect: Number - effect handle
Return Value:
Nothing

Alternative Syntax

Syntax:
ppEffectDestroy effects
Parameters:
effects: Array of Numbers - array of effect handles
Return Value:
Nothing

Examples

Example 1:
ppEffectDestroy _hndl;
Example 2:
ppEffectDestroy [_hndl0, _hndl1, _hndl2];

Additional Information

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