ppEffectDestroy

From Bohemia Interactive Community
Revision as of 03:51, 21 March 2014 by Fred Gandt (talk | contribs) (Added to "see also")
Jump to navigation Jump to search
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