ppEffectEnable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(alt syntax)
mNo edit summary
Line 30: Line 30:
| r2= Nothing |= RETURNVALUE
| r2= Nothing |= RETURNVALUE


| s3= effect '''ppEffectEnable''' enable |= Syntax
| s3= effects '''ppEffectEnable''' enable |= Syntax


|p41= effect: [[Array]] - array of effect handles |= PARAMETER1  
|p41= effects: [[Array]] - array of effect handles |= PARAMETER1  


|p42= enable: [[Boolean]] |= PARAMETER2  
|p42= enable: [[Boolean]] |= PARAMETER2  

Revision as of 20:53, 16 August 2015

Hover & click on the images for description

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

Notes

Bottom Section