ppEffectEnable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
mNo edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| number '''ppEffectEnable''' bool |= Syntax
| effect '''ppEffectEnable''' enable |= Syntax


|p1= number: [[Number]] -  |= PARAMETER1  
|p1= effect: [[String]] -  |= PARAMETER1  


|p2= bool: [[Boolean]] -  |= PARAMETER2  
|p2= enable: [[Boolean]] -  |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= |= PARAMETER3  
Line 21: Line 21:




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


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 07:47, 15 July 2009

Hover & click on the images for description

Description

Description:
Enable / disable post process effect
Groups:
Uncategorised

Syntax

Syntax:
effect ppEffectEnable enable
Parameters:
effect: String -
enable: Boolean -
Return Value:
Nothing

Examples

Example 1:
"colorCorrections" ppEffectEnable true;

Additional Information

See also:
See also needed

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