ppEffectCommitted

From Bohemia Interactive Community
Revision as of 03:56, 21 March 2014 by Fred Gandt (talk | contribs) (Added to "see also" and <code> tidy)
Jump to navigation Jump to search
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