ppEffectEnable: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (alt syntax) |
Killzone Kid (talk | contribs) mNo edit summary |
||
Line 30: | Line 30: | ||
| r2= Nothing |= RETURNVALUE | | r2= Nothing |= RETURNVALUE | ||
| s3= | | s3= effects '''ppEffectEnable''' enable |= Syntax | ||
|p41= | |p41= effects: [[Array]] - array of effect handles |= PARAMETER1 | ||
|p42= enable: [[Boolean]] |= PARAMETER2 | |p42= enable: [[Boolean]] |= PARAMETER2 |
Revision as of 19:53, 16 August 2015
Description
- Description:
- Enable / disable Post process effects
- Groups:
- Uncategorised
Syntax 1
- Syntax:
- effect ppEffectEnable enable
- Parameters:
- effect: String - name of the effect
- enable: Boolean
- Return Value:
- Nothing
Syntax 2
- Syntax:
- effect ppEffectEnable enable
- Parameters:
- effect: Number - handle of the effect
- enable: Boolean
- Return Value:
- Nothing
Syntax 3
- Syntax:
- effects ppEffectEnable enable
- Parameters:
- effects: Array - array of effect handles
- enable: Boolean
- Return Value:
- Nothing
Examples
- Example 1:
"colorCorrections" ppEffectEnable true;
- Example 2:
_hndl ppEffectEnable true;
- Example 3:
[_hndl1, _hndl2] ppEffectEnable true;
Additional Information
- See also:
- Post process effectsppEffectForceInNVGppEffectDestroyppEffectCreateppEffectCommitppEffectCommittedppEffectAdjust
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