ppEffectDestroy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added to "see also")
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Destroy post process effect given by handle. |= Description
| Destroy [[Post process effects]] given by handle. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 21:




|x1= <code>ppEffectDestroy _hndl</code>|= EXAMPLE1  
|x1= <code>[[ppEffectDestroy]] _hndl;</code>|= EXAMPLE1  


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


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[ppEffectAdjust]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectEnable]], [[Post_process_effects]] |= SEEALSO  
| [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectEnable]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectAdjust]] |= SEEALSO  





Revision as of 03:51, 21 March 2014

Hover & click on the images for description

Description

Description:
Destroy Post process effects given by handle.
Groups:
Uncategorised

Syntax

Syntax:
ppEffectDestroy effect
Parameters:
effect: Array or Number -
Return Value:
Nothing

Examples

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

Additional Information

See also:
Post process effectsppEffectForceInNVGppEffectEnableppEffectCreateppEffectCommitppEffectCommittedppEffectAdjust

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