ppEffectEnable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added to "see also")
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Enable / disable post process effect |= Description
| Enable / disable [[Post process effects]] |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 21:




|x1= <code>"colorCorrections" ppEffectEnable true;</code>|= EXAMPLE1  
|x1= <code>"colorCorrections" [[ppEffectEnable]] [[true]];</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[ppEffectAdjust]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectCreate]], [[ppEffectDestroy]], [[Post process effects]] |= SEEALSO  
| [[Post process effects]], [[ppEffectForceInNVG]], [[ppEffectDestroy]], [[ppEffectCreate]], [[ppEffectCommit]], [[ppEffectCommitted]], [[ppEffectAdjust]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 03:49, 21 March 2014

Hover & click on the images for description

Description

Description:
Enable / disable Post process effects
Groups:
Uncategorised

Syntax

Syntax:
effect ppEffectEnable enable
Parameters:
effect: String or Number - where string is effect name or number is ppEffect handle.
enable: Boolean
Return Value:
Nothing

Examples

Example 1:
"colorCorrections" 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