ppEffectCommitted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added to "see also" and <code> tidy)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Check whether given post process effect is committed |= Description
| Check whether given [[Post process effects|post process effect]] is committed |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 21:




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


____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 03:56, 21 March 2014

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:
Post process effectsppEffectForceInNVGppEffectEnableppEffectDestroyppEffectCreateppEffectCommitppEffectAdjust

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