ppEffectDestroy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(description, syntax, examples)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Create post process effect specified by name and priority |= Description
| Destroy post process effect given by handle. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''ppEffectDestroy''' effect |= Syntax
| '''ppEffectDestroy''' effect |= Syntax


|p1= effect: [[Array]] -  |= PARAMETER1  
|p1= effect: [[Array]] or [[Number]] -  |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
Line 18: Line 18:
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| Nothing |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>ppEffectDestroy _hndl</code>|= EXAMPLE1  
 
|x2= <code>ppEffectDestroy [_hndl0, _hndl1, _hndl2]</code>|= EXAMPLE2


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[ppEffectAdjust]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectEnable]],[[Post_process_effects]] |= SEEALSO  
| [[ppEffectAdjust]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectEnable]], [[Post_process_effects]] |= SEEALSO  





Revision as of 23:11, 3 January 2010

Hover & click on the images for description

Description

Description:
Destroy post process effect 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:
ppEffectAdjustppEffectCommitppEffectCommittedppEffectCreateppEffectEnablePost_process_effects

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