ppEffectEnable: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(ppEffect can be a handle)
Line 12: Line 12:
| effect '''ppEffectEnable''' enable |= Syntax
| effect '''ppEffectEnable''' enable |= Syntax


|p1= effect: [[String]] |= PARAMETER1  
|p1= effect: [[String]] or [[Number]] - where string is effect name or number is ppEffect handle. |= PARAMETER1  


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

Revision as of 03:50, 26 December 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 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:
ppEffectAdjustppEffectCommitppEffectCommittedppEffectCreateppEffectDestroyPost process effects

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