ppEffectDestroy: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Fred Gandt (talk | contribs) m (Added to "see also") |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Destroy | | 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 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[ | | [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectEnable]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectAdjust]] |= SEEALSO | ||
Revision as of 02:51, 21 March 2014
Description
- Description:
- Destroy Post process effects given by handle.
- Groups:
- Uncategorised
Syntax
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