ppEffectCommitted: Difference between revisions

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


| Check whether given post process effect is commited |= Description
| Check whether given post process effect is committed |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''ppEffectCommitted''' effect |= Syntax
| '''ppEffectCommitted''' effect |= Syntax


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


|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
Line 21: Line 21:




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>if (ppEffectCommitted "colorCorrection") then {hint "alteration done !"}</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[ppEffectAdjust]], [[ppEffectCommit]], [[ppEffectCreate]], [[ppEffectDestroy]], [[ppEffectEnable]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 07:58, 15 July 2009

Hover & click on the images for description

Description

Description:
Check whether given post process effect is committed
Groups:
Uncategorised

Syntax

Syntax:
ppEffectCommitted effect
Parameters:
effect: String
Return Value:
Boolean

Examples

Example 1:
if (ppEffectCommitted "colorCorrection") then {hint "alteration done !"}

Additional Information

See also:
ppEffectAdjustppEffectCommitppEffectCreateppEffectDestroyppEffectEnable

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