ppEffectDestroy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 7: Line 6:


|gr1= Camera Control |GROUP1=
|gr1= Camera Control |GROUP1=
____________________________________________________________________________________________


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


| '''ppEffectDestroy''' effect |SYNTAX=
| '''ppEffectDestroy''' effect |SYNTAX=
Line 37: Line 34:
|x2= <code>[[ppEffectDestroy]] [_hndl0, _hndl1, _hndl2];</code>|EXAMPLE2=  
|x2= <code>[[ppEffectDestroy]] [_hndl0, _hndl1, _hndl2];</code>|EXAMPLE2=  


____________________________________________________________________________________________


| [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectEnable]], [[ppEffectEnabled]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectAdjust]] |SEEALSO=  
| [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectEnable]], [[ppEffectEnabled]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectAdjust]] |SEEALSO=  
Line 43: Line 39:


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 03:21, 17 January 2021

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 [effect1,...]
Parameters:
[effect1,...]: Array - array of effect handles -
effect1: Number - effect handle
Return Value:
Nothing

Examples

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

Additional Information

See also:
Post process effectsppEffectForceInNVGppEffectEnableppEffectEnabledppEffectCreateppEffectCommitppEffectCommittedppEffectAdjust

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

Notes

Bottom Section