ppEffectDestroy: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) 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 02:21, 17 January 2021
Description
- Description:
- Destroy Post process effects given by handle or array of handles.
- Groups:
- Camera Control
Syntax
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