ppEffectCommitted: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 01:43, 24 November 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:
ppEffectAdjustppEffectCommitppEffectCreateppEffectDestroyppEffectEnablePost 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